#439E77

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

Shades of Ocean Green #439E77

Tints of Ocean Green #439E77

Color information

#439E77 (or 0x439E77) is unknown color: approx Ocean Green. HEX triplet: 43, 9E and 77. RGB value is (67,158,119). Sum of RGB (Red+Green+Blue) = 67+158+119=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #439E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E77 is #BC6188. Grayscale: #7E7E7E. Windows color (decimal): -12345737 or 7839299. OLE color: 7839299.

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

Color convert

RGB67158119-
CMYK0.5800.250.38
HSL154.29º40.44%44.12%-
HSV(B)154.29º57.59%61.96%-
XYZ17.8726.9821.72-
YUV126.34123.8585.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=19.48%
G=45.93%
B=34.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581190.5800.250.38154.2940.4444.12
Hex439E773A019269a282c
Octal10323616772031462325054
Binary100001110011110111011111101001100110011010011010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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