#52A473

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

Shades of Ocean Green #52A473

Tints of Ocean Green #52A473

Color information

#52A473 (or 0x52A473) is unknown color: approx Ocean Green. HEX triplet: 52, A4 and 73. RGB value is (82,164,115). Sum of RGB (Red+Green+Blue) = 82+164+115=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #52A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A473 is #AD5B8C. Grayscale: #868686. Windows color (decimal): -11361165 or 7578706. OLE color: 7578706.

HSL color Cylindrical-coordinate representation of color #52A473: hue angle of 144.15º 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 #52A473 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB82164115-
CMYK0.500.300.36
HSL144.15º33.33%48.24%-
HSV(B)144.15º50%64.31%-
XYZ19.8529.5820.88-
YUV133.9117.3390.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=22.71%
G=45.43%
B=31.86%

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
Decimal821641150.500.300.36144.1533.3348.24
Hex52A4733201E24902130
Octal12224416362036442204160
Binary101001010100100111001111001001111010010010010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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