#439E71

Color #439E71 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #439E71

Tints of Ocean Green #439E71

Color information

#439E71 (or 0x439E71) is unknown color: approx Ocean Green. HEX triplet: 43, 9E and 71. RGB value is (67,158,113). Sum of RGB (Red+Green+Blue) = 67+158+113=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #439E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E71 is #BC618E. Grayscale: #7D7D7D. Windows color (decimal): -12345743 or 7446083. OLE color: 7446083.

HSL color Cylindrical-coordinate representation of color #439E71: hue angle of 150.33º 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 #439E71 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB67158113-
CMYK0.5800.280.38
HSL150.33º40.44%44.12%-
HSV(B)150.33º57.59%61.96%-
XYZ17.5226.8419.88-
YUV125.66120.8586.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.82%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=19.82%
G=46.75%
B=33.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581130.5800.280.38150.3340.4444.12
Hex439E713A01C2696282c
Octal10323616172034462265054
Binary100001110011110111000111101001110010011010010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #439E71;
 }
 .AnyTagClassName
 {
   color: #439E71;
 }
</style>
background-color css

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

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

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

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

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

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