#52A576

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

Shades of Ocean Green #52A576

Tints of Ocean Green #52A576

Color information

#52A576 (or 0x52A576) is unknown color: approx Ocean Green. HEX triplet: 52, A5 and 76. RGB value is (82,165,118). Sum of RGB (Red+Green+Blue) = 82+165+118=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #52A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A576 is #AD5A89. Grayscale: #868686. Windows color (decimal): -11360906 or 7775570. OLE color: 7775570.

HSL color Cylindrical-coordinate representation of color #52A576: hue angle of 146.02º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A576 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB82165118-
CMYK0.5000.280.35
HSL146.02º33.6%48.43%-
HSV(B)146.02º50.3%64.71%-
XYZ20.230.0121.87-
YUV134.82118.590.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=22.47%
G=45.21%
B=32.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821651180.5000.280.35146.0233.648.43
Hex52A5763201C23922230
Octal12224516662034432224260
Binary101001010100101111011011001001110010001110010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,118); }

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

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

 a { background-color: rgb(82,165,118); }

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

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

 span { border-color: rgb(82,165,118); }

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