#52A577

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

Shades of Ocean Green #52A577

Tints of Ocean Green #52A577

Color information

#52A577 (or 0x52A577) is unknown color: approx Ocean Green. HEX triplet: 52, A5 and 77. RGB value is (82,165,119). Sum of RGB (Red+Green+Blue) = 82+165+119=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #52A577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A577 is #AD5A88. Grayscale: #878787. Windows color (decimal): -11360905 or 7841106. OLE color: 7841106.

HSL color Cylindrical-coordinate representation of color #52A577: hue angle of 146.75º 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 #52A577 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB82165119-
CMYK0.5000.280.35
HSL146.75º33.6%48.43%-
HSV(B)146.75º50.3%64.71%-
XYZ20.2630.0422.18-
YUV134.9411990.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=22.40%
G=45.08%
B=32.51%

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
Decimal821651190.5000.280.35146.7533.648.43
Hex52A5773201C23932230
Octal12224516762034432234260
Binary101001010100101111011111001001110010001110010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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