#52C389

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

Shades of Emerald #52C389

Tints of Emerald #52C389

Color information

#52C389 (or 0x52C389) is unknown color: approx Emerald. HEX triplet: 52, C3 and 89. RGB value is (82,195,137). Sum of RGB (Red+Green+Blue) = 82+195+137=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #52C389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C389 is #AD3C76. Grayscale: #9A9A9A. Windows color (decimal): -11353207 or 9028434. OLE color: 9028434.

HSL color Cylindrical-coordinate representation of color #52C389: hue angle of 149.2º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C389 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB82195137-
CMYK0.5800.300.24
HSL149.2º48.5%54.31%-
HSV(B)149.2º57.95%76.47%-
XYZ27.5142.6330.45-
YUV154.6118.0676.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=19.81%
G=47.10%
B=33.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951370.5800.300.24149.248.554.31
Hex52C3893A01E18953036
Octal12230321172036302256066
Binary101001011000011100010011110100111101100010010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,137); }

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

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

 a { background-color: rgb(82,195,137); }

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

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

 span { border-color: rgb(82,195,137); }

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