#529877

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

Shades of Ocean Green #529877

Tints of Ocean Green #529877

Color information

#529877 (or 0x529877) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 77. RGB value is (82,152,119). Sum of RGB (Red+Green+Blue) = 82+152+119=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #529877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529877 is #AD6788. Grayscale: #7F7F7F. Windows color (decimal): -11364233 or 7837778. OLE color: 7837778.

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

Color convert

RGB82152119-
CMYK0.4600.220.40
HSL151.71º29.91%45.88%-
HSV(B)151.71º46.05%59.61%-
XYZ18.0425.5821.44-
YUV127.31123.3195.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=23.23%
G=43.06%
B=33.71%

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
Decimal821521190.4600.220.40151.7129.9145.88
Hex5298772E01628981e2e
Octal12223016756026502303656
Binary10100101001100011101111011100101101010001001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529877; }

 p { color: rgb(82,152,119); }

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

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

 a { background-color: rgb(82,152,119); }

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

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

 span { border-color: rgb(82,152,119); }

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