#52A472

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

Shades of Ocean Green #52A472

Tints of Ocean Green #52A472

Color information

#52A472 (or 0x52A472) is unknown color: approx Ocean Green. HEX triplet: 52, A4 and 72. RGB value is (82,164,114). Sum of RGB (Red+Green+Blue) = 82+164+114=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #52A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A472 is #AD5B8D. Grayscale: #858585. Windows color (decimal): -11361166 or 7513170. OLE color: 7513170.

HSL color Cylindrical-coordinate representation of color #52A472: hue angle of 143.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A472 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB82164114-
CMYK0.500.300.36
HSL143.41º33.33%48.24%-
HSV(B)143.41º50%64.31%-
XYZ19.7929.5620.58-
YUV133.78116.8391.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=22.78%
G=45.56%
B=31.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641140.500.300.36143.4133.3348.24
Hex52A4723201E248f2130
Octal12224416262036442174160
Binary101001010100100111001011001001111010010010001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A472; }

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

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

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

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

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

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

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

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