#539F72

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

Shades of Ocean Green #539F72

Tints of Ocean Green #539F72

Color information

#539F72 (or 0x539F72) is unknown color: approx Ocean Green. HEX triplet: 53, 9F and 72. RGB value is (83,159,114). Sum of RGB (Red+Green+Blue) = 83+159+114=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #539F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F72 is #AC608D. Grayscale: #838383. Windows color (decimal): -11296910 or 7511891. OLE color: 7511891.

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

Color convert

RGB83159114-
CMYK0.4800.280.38
HSL144.47º31.4%47.45%-
HSV(B)144.47º47.8%62.35%-
XYZ1927.8520.29-
YUV131.15118.3293.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 159 (62.5% from 255) = 44.66%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=23.31%
G=44.66%
B=32.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591140.4800.280.38144.4731.447.45
Hex539F723001C26901f2f
Octal12323716260034462203757
Binary10100111001111111100101100000111001001101001000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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