#539A72

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

Shades of Ocean Green #539A72

Tints of Ocean Green #539A72

Color information

#539A72 (or 0x539A72) is unknown color: approx Ocean Green. HEX triplet: 53, 9A and 72. RGB value is (83,154,114). Sum of RGB (Red+Green+Blue) = 83+154+114=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #539A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A72 is #AC658D. Grayscale: #808080. Windows color (decimal): -11298190 or 7510611. OLE color: 7510611.

HSL color Cylindrical-coordinate representation of color #539A72: hue angle of 146.2º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A72 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB83154114-
CMYK0.4600.260.40
HSL146.2º29.96%46.47%-
HSV(B)146.2º46.1%60.39%-
XYZ18.1626.1720.01-
YUV128.21119.9895.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=23.65%
G=43.87%
B=32.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541140.4600.260.40146.229.9646.47
Hex539A722E01A28921e2e
Octal12323216256032502223656
Binary10100111001101011100101011100110101010001001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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