#539979

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

Shades of Ocean Green #539979

Tints of Ocean Green #539979

Color information

#539979 (or 0x539979) is unknown color: approx Ocean Green. HEX triplet: 53, 99 and 79. RGB value is (83,153,121). Sum of RGB (Red+Green+Blue) = 83+153+121=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #539979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539979 is #AC6686. Grayscale: #808080. Windows color (decimal): -11298439 or 7969107. OLE color: 7969107.

HSL color Cylindrical-coordinate representation of color #539979: hue angle of 152.57º 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 #539979 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB83153121-
CMYK0.4600.210.4
HSL152.57º29.66%46.27%-
HSV(B)152.57º45.75%60%-
XYZ18.412622.14-
YUV128.42123.8195.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=23.25%
G=42.86%
B=33.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531210.4600.210.4152.5729.6646.27
Hex5399792E01528991e2e
Octal12323117156025502313656
Binary10100111001100111110011011100101011010001001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539979; }

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

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

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

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

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

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

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

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