#52C073

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

Shades of Emerald #52C073

Tints of Emerald #52C073

Color information

#52C073 (or 0x52C073) is unknown color: approx Emerald. HEX triplet: 52, C0 and 73. RGB value is (82,192,115). Sum of RGB (Red+Green+Blue) = 82+192+115=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #52C073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C073 is #AD3F8C. Grayscale: #969696. Windows color (decimal): -11353997 or 7585874. OLE color: 7585874.

HSL color Cylindrical-coordinate representation of color #52C073: hue angle of 138º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C073 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB82192115-
CMYK0.5700.400.25
HSL138º46.61%53.73%-
HSV(B)138º57.29%75.29%-
XYZ25.4240.7322.74-
YUV150.33108.0679.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=21.08%
G=49.36%
B=29.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821921150.5700.400.2513846.6153.73
Hex52C07339028198a2f36
Octal12230016371050312125766
Binary101001011000000111001111100101010001100110001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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