#5DB38C

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

Shades of Silver Tree #5DB38C

Tints of Silver Tree #5DB38C

Color information

#5DB38C (or 0x5DB38C) is unknown color: approx Silver Tree. HEX triplet: 5D, B3 and 8C. RGB value is (93,179,140). Sum of RGB (Red+Green+Blue) = 93+179+140=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB38C is #A24C73. Grayscale: #949494. Windows color (decimal): -10636404 or 9220957. OLE color: 9220957.

HSL color Cylindrical-coordinate representation of color #5DB38C: hue angle of 152.79º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB38C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB93179140-
CMYK0.4800.220.30
HSL152.79º36.13%53.33%-
HSV(B)152.79º48.04%70.2%-
XYZ25.3736.4630.51-
YUV148.84123.0188.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=22.57%
G=43.45%
B=33.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal931791400.4800.220.30152.7936.1353.33
Hex5DB38C300161E992435
Octal13526321460026362314465
Binary101110110110011100011001100000101101111010011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DB38C; }

 p { color: rgb(93,179,140); }

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

<style>
 a { background-color: #5DB38C; }

 a { background-color: rgb(93,179,140); }

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

<style>
 span { border-color: #5DB38C; }

 span { border-color: rgb(93,179,140); }

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