#439F77

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

Shades of Ocean Green #439F77

Tints of Ocean Green #439F77

Color information

#439F77 (or 0x439F77) is unknown color: approx Ocean Green. HEX triplet: 43, 9F and 77. RGB value is (67,159,119). Sum of RGB (Red+Green+Blue) = 67+159+119=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #439F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F77 is #BC6088. Grayscale: #7E7E7E. Windows color (decimal): -12345481 or 7839555. OLE color: 7839555.

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

Color convert

RGB67159119-
CMYK0.5800.250.38
HSL153.91º40.71%44.31%-
HSV(B)153.91º57.86%62.35%-
XYZ18.0427.3221.78-
YUV126.93123.5285.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=19.42%
G=46.09%
B=34.49%

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
Decimal671591190.5800.250.38153.9140.7144.31
Hex439F773A019269a292c
Octal10323716772031462325154
Binary100001110011111111011111101001100110011010011010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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