Html Css Color HEX #439E74 Ocean Green

📋 copy color: '#439E74'

red 67 ◦ green 158 ◦ blue 116

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

Shades of Ocean Green #439E74

Tints of Ocean Green #439E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.33%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 19.65%
G = 46.33%
B = 34.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#439E74 (or 0x439E74) is known color: Ocean Green. HEX triplet: 43, 9E and 74. RGB value is (67,158,116). Sum of RGB (Red+Green+Blue) = 67+158+116=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #439E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E74 is #BC618B. Grayscale: #7E7E7E. Windows color (decimal): -12345740 or 7642691. OLE color: 7642691.

HSL color Cylindrical-coordinate representation of color #439E74: hue angle of 152.31º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E74 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 158 116 -
CMYK 0.58 0 0.27 0.38
HSL 152.31º 0.4% 0.44% -
HSV(B) 152.31º 0.58% 0.62% -
XYZ 17.69 26.91 20.78 -
YUV 126 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 67 158 116 0.58 0 0.27 0.38 152.31 0.4 0.44
Hex 43 9E 74 3A 0 1B 26 98 28 2C
Octal 103 236 164 72 0 33 46 230 50 54
Binary 1000011 10011110 1110100 111010 0 11011 100110 10011000 101000 101100

Color Harmonies of #439E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439E74

Black with #439E74

Text Example


Text Example

White with #439E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439E74; }

 p { color: rgb(67,158,116); }

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

background-color css

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

 a { background-color: rgb(67,158,116); }

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

border-color css

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

 span { border-color: rgb(67,158,116); }

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