#52C992

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

Shades of Silver Tree #52C992

Tints of Silver Tree #52C992

Color information

#52C992 (or 0x52C992) is unknown color: approx Silver Tree. HEX triplet: 52, C9 and 92. RGB value is (82,201,146). Sum of RGB (Red+Green+Blue) = 82+201+146=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #52C992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C992 is #AD366D. Grayscale: #9F9F9F. Windows color (decimal): -11351662 or 9619794. OLE color: 9619794.

HSL color Cylindrical-coordinate representation of color #52C992: hue angle of 152.27º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C992 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB82201146-
CMYK0.5900.270.21
HSL152.27º52.42%55.49%-
HSV(B)152.27º59.2%78.82%-
XYZ29.5545.6434.45-
YUV159.15120.5872.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=19.11%
G=46.85%
B=34.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011460.5900.270.21152.2752.4255.49
Hex52C9923B01B15983437
Octal12231122273033252306467
Binary101001011001001100100101110110110111010110011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,146); }

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

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

 a { background-color: rgb(82,201,146); }

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

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

 span { border-color: rgb(82,201,146); }

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