#52C369

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

Shades of Emerald #52C369

Tints of Emerald #52C369

Color information

#52C369 (or 0x52C369) is unknown color: approx Emerald. HEX triplet: 52, C3 and 69. RGB value is (82,195,105). Sum of RGB (Red+Green+Blue) = 82+195+105=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #52C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C369 is #AD3C96. Grayscale: #979797. Windows color (decimal): -11353239 or 6931282. OLE color: 6931282.

HSL color Cylindrical-coordinate representation of color #52C369: hue angle of 132.21º 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 #52C369 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB82195105-
CMYK0.5800.460.24
HSL132.21º48.5%54.31%-
HSV(B)132.21º57.95%76.47%-
XYZ25.5441.8420.09-
YUV150.95102.0678.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=21.47%
G=51.05%
B=27.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951050.5800.460.24132.2148.554.31
Hex52C3693A02E18843036
Octal12230315172056302046066
Binary101001011000011110100111101001011101100010000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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