#539A78

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

Shades of Ocean Green #539A78

Tints of Ocean Green #539A78

Color information

#539A78 (or 0x539A78) is unknown color: approx Ocean Green. HEX triplet: 53, 9A and 78. RGB value is (83,154,120). Sum of RGB (Red+Green+Blue) = 83+154+120=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #539A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A78 is #AC6587. Grayscale: #808080. Windows color (decimal): -11298184 or 7903827. OLE color: 7903827.

HSL color Cylindrical-coordinate representation of color #539A78: hue angle of 151.27º 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 #539A78 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB83154120-
CMYK0.4600.220.40
HSL151.27º29.96%46.47%-
HSV(B)151.27º46.1%60.39%-
XYZ18.5126.3121.87-
YUV128.9122.9895.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=23.25%
G=43.14%
B=33.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541200.4600.220.40151.2729.9646.47
Hex539A782E01628971e2e
Octal12323217056026502273656
Binary10100111001101011110001011100101101010001001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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