Html Css Color HEX #52C68B Silver Tree

📋 copy color: '#52C68B'

red 82 ◦ green 198 ◦ blue 139

#52C68B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #52C68B

Tints of Silver Tree #52C68B

RGB

 RED value IS 82 (32.42% from 255) = 19.57%

 GREEN value IS 198 (77.73% from 255) = 47.26%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 19.57%
G = 47.26%
B = 33.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#52C68B (or 0x52C68B) is known color: Silver Tree. HEX triplet: 52, C6 and 8B. RGB value is (82,198,139). Sum of RGB (Red+Green+Blue) = 82+198+139=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #52C68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C68B is #AD3974. Grayscale: #9C9C9C. Windows color (decimal): -11352437 or 9160274. OLE color: 9160274.

HSL color Cylindrical-coordinate representation of color #52C68B: hue angle of 149.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C68B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 139 -
CMYK 0.59 0 0.30 0.22
HSL 149.48º 0.5% 0.55% -
HSV(B) 149.48º 0.59% 0.78% -
XYZ 28.33 44.05 31.43 -
YUV 156.59 118.07 74.8 -
System Red Green Blue C M Y K H S L
Decimal 82 198 139 0.59 0 0.30 0.22 149.48 0.5 0.55
Hex 52 C6 8B 3B 0 1E 16 95 32 37
Octal 122 306 213 73 0 36 26 225 62 67
Binary 1010010 11000110 10001011 111011 0 11110 10110 10010101 110010 110111

Color Harmonies of #52C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C68B

Black with #52C68B

Text Example


Text Example

White with #52C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,198,139); }

 H1.HeaderClassName
 {
   color: #52C68B;
 }
 .AnyTagClassName
 {
   color: #52C68B;
 }
</style>

background-color css

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

 a { background-color: rgb(82,198,139); }

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

border-color css

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

 span { border-color: rgb(82,198,139); }

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