#539F79

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

Shades of Ocean Green #539F79

Tints of Ocean Green #539F79

Color information

#539F79 (or 0x539F79) is unknown color: approx Ocean Green. HEX triplet: 53, 9F and 79. RGB value is (83,159,121). Sum of RGB (Red+Green+Blue) = 83+159+121=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #539F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F79 is #AC6086. Grayscale: #848484. Windows color (decimal): -11296903 or 7970643. OLE color: 7970643.

HSL color Cylindrical-coordinate representation of color #539F79: hue angle of 150º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F79 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB83159121-
CMYK0.4800.240.38
HSL150º31.4%47.45%-
HSV(B)150º47.8%62.35%-
XYZ19.4228.0222.47-
YUV131.94121.8293.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=22.87%
G=43.80%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591210.4800.240.3815031.447.45
Hex539F793001826961f2f
Octal12323717160030462263757
Binary10100111001111111110011100000110001001101001011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539F79; }

 p { color: rgb(83,159,121); }

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

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

 a { background-color: rgb(83,159,121); }

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

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

 span { border-color: rgb(83,159,121); }

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