Html Css Color HEX #439875 Ocean Green

📋 copy color: '#439875'

red 67 ◦ green 152 ◦ blue 117

#439875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #439875

Tints of Ocean Green #439875

RGB

 RED value IS 67 (26.56% from 255) = 19.94%

 GREEN value IS 152 (59.77% from 255) = 45.24%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 19.94%
G = 45.24%
B = 34.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#439875 (or 0x439875) is known color: Ocean Green. HEX triplet: 43, 98 and 75. RGB value is (67,152,117). Sum of RGB (Red+Green+Blue) = 67+152+117=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #439875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439875 is #BC678A. Grayscale: #7A7A7A. Windows color (decimal): -12347275 or 7706691. OLE color: 7706691.

HSL color Cylindrical-coordinate representation of color #439875: hue angle of 155.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439875 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 152 117 -
CMYK 0.56 0 0.23 0.40
HSL 155.29º 0.39% 0.43% -
HSV(B) 155.29º 0.56% 0.6% -
XYZ 16.75 24.93 20.76 -
YUV 122.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 67 152 117 0.56 0 0.23 0.40 155.29 0.39 0.43
Hex 43 98 75 38 0 17 28 9B 27 2B
Octal 103 230 165 70 0 27 50 233 47 53
Binary 1000011 10011000 1110101 111000 0 10111 101000 10011011 100111 101011

Color Harmonies of #439875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439875

Black with #439875

Text Example


Text Example

White with #439875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439875; }

 p { color: rgb(67,152,117); }

 H1.HeaderClassName
 {
   color: #439875;
 }
 .AnyTagClassName
 {
   color: #439875;
 }
</style>

background-color css

<style>
 a { background-color: #439875; }

 a { background-color: rgb(67,152,117); }

 div.DivClassName
 {
   background-color: #439875;
 }
 .BgClassName
 {
   background-color: #439875;
 }
</style>

border-color css

<style>
 span { border-color: #439875; }

 span { border-color: rgb(67,152,117); }

 td.TdClassName
 {
   border-color: #439875;
 }
 .TagClassName
 {
   border-color: #439875;
 }
</style>