#539F75

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

Shades of Ocean Green #539F75

Tints of Ocean Green #539F75

Color information

#539F75 (or 0x539F75) is unknown color: approx Ocean Green. HEX triplet: 53, 9F and 75. RGB value is (83,159,117). Sum of RGB (Red+Green+Blue) = 83+159+117=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #539F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F75 is #AC608A. Grayscale: #838383. Windows color (decimal): -11296907 or 7708499. OLE color: 7708499.

HSL color Cylindrical-coordinate representation of color #539F75: hue angle of 146.84º 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 #539F75 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB83159117-
CMYK0.4800.260.38
HSL146.84º31.4%47.45%-
HSV(B)146.84º47.8%62.35%-
XYZ19.1827.9221.21-
YUV131.49119.8293.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=23.12%
G=44.29%
B=32.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591170.4800.260.38146.8431.447.45
Hex539F753001A26931f2f
Octal12323716560032462233757
Binary10100111001111111101011100000110101001101001001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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