#529772

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

Shades of Ocean Green #529772

Tints of Ocean Green #529772

Color information

#529772 (or 0x529772) is unknown color: approx Ocean Green. HEX triplet: 52, 97 and 72. RGB value is (82,151,114). Sum of RGB (Red+Green+Blue) = 82+151+114=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #529772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529772 is #AD688D. Grayscale: #7E7E7E. Windows color (decimal): -11364494 or 7509842. OLE color: 7509842.

HSL color Cylindrical-coordinate representation of color #529772: hue angle of 147.83º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529772 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB82151114-
CMYK0.4600.250.41
HSL147.83º29.61%45.69%-
HSV(B)147.83º45.7%59.22%-
XYZ17.5825.1419.85-
YUV126.15121.1496.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=23.63%
G=43.52%
B=32.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511140.4600.250.41147.8329.6145.69
Hex5297722E01929941e2e
Octal12222716256031512243656
Binary10100101001011111100101011100110011010011001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529772; }

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

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

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

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

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

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

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

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