#529979

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

Shades of Ocean Green #529979

Tints of Ocean Green #529979

Color information

#529979 (or 0x529979) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 79. RGB value is (82,153,121). Sum of RGB (Red+Green+Blue) = 82+153+121=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #529979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529979 is #AD6686. Grayscale: #808080. Windows color (decimal): -11363975 or 7969106. OLE color: 7969106.

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

Color convert

RGB82153121-
CMYK0.4600.210.4
HSL152.96º30.21%46.08%-
HSV(B)152.96º46.41%60%-
XYZ18.3225.9622.13-
YUV128.12123.9895.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=23.03%
G=42.98%
B=33.99%

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
Decimal821531210.4600.210.4152.9630.2146.08
Hex5299792E01528991e2e
Octal12223117156025502313656
Binary10100101001100111110011011100101011010001001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529979; }

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

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

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

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

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

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

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

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