#529D72

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

Shades of Ocean Green #529D72

Tints of Ocean Green #529D72

Color information

#529D72 (or 0x529D72) is unknown color: approx Ocean Green. HEX triplet: 52, 9D and 72. RGB value is (82,157,114). Sum of RGB (Red+Green+Blue) = 82+157+114=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #529D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D72 is #AD628D. Grayscale: #818181. Windows color (decimal): -11362958 or 7511378. OLE color: 7511378.

HSL color Cylindrical-coordinate representation of color #529D72: hue angle of 145.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D72 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB82157114-
CMYK0.4800.270.38
HSL145.6º31.38%46.86%-
HSV(B)145.6º47.77%61.57%-
XYZ18.5727.1220.18-
YUV129.67119.1594-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=23.23%
G=44.48%
B=32.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571140.4800.270.38145.631.3846.86
Hex529D723001B26921f2f
Octal12223516260033462223757
Binary10100101001110111100101100000110111001101001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D72; }

 p { color: rgb(82,157,114); }

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

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

 a { background-color: rgb(82,157,114); }

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

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

 span { border-color: rgb(82,157,114); }

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