Html Css Color HEX #52B488 Silver Tree

📋 copy color: '#52B488'

red 82 ◦ green 180 ◦ blue 136

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

Shades of Silver Tree #52B488

Tints of Silver Tree #52B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 20.6%
G = 45.23%
B = 34.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#52B488 (or 0x52B488) is known color: Silver Tree. HEX triplet: 52, B4 and 88. RGB value is (82,180,136). Sum of RGB (Red+Green+Blue) = 82+180+136=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #52B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B488 is #AD4B77. Grayscale: #919191. Windows color (decimal): -11357048 or 8959058. OLE color: 8959058.

HSL color Cylindrical-coordinate representation of color #52B488: hue angle of 153.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B488 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 136 -
CMYK 0.54 0 0.24 0.29
HSL 153.06º 0.4% 0.51% -
HSV(B) 153.06º 0.54% 0.71% -
XYZ 24.24 36.21 29 -
YUV 145.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 82 180 136 0.54 0 0.24 0.29 153.06 0.4 0.51
Hex 52 B4 88 36 0 18 1D 99 28 33
Octal 122 264 210 66 0 30 35 231 50 63
Binary 1010010 10110100 10001000 110110 0 11000 11101 10011001 101000 110011

Color Harmonies of #52B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B488

Black with #52B488

Text Example


Text Example

White with #52B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,136); }

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

background-color css

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

 a { background-color: rgb(82,180,136); }

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

border-color css

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

 span { border-color: rgb(82,180,136); }

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