#5C8D48

Color #5C8D48 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #5C8D48

Tints of Glade Green #5C8D48

Color information

#5C8D48 (or 0x5C8D48) is unknown color: approx Glade Green. HEX triplet: 5C, 8D and 48. RGB value is (92,141,72). Sum of RGB (Red+Green+Blue) = 92+141+72=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #5C8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8D48 is #A372B7. Grayscale: #767676. Windows color (decimal): -10711736 or 4754780. OLE color: 4754780.

HSL color Cylindrical-coordinate representation of color #5C8D48: hue angle of 102.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C8D48 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB9214172-
CMYK0.3500.490.45
HSL102.61º32.39%41.76%-
HSV(B)102.61º48.94%55.29%-
XYZ15.1121.799.54-
YUV118.48101.77109.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=30.16%
G=46.23%
B=23.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92141720.3500.490.45102.6132.3941.76
Hex5C8D48230312D67202a
Octal13421511043061551474052
Binary101110010001101100100010001101100011011011100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,141,72); }

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

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

 a { background-color: rgb(92,141,72); }

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

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

 span { border-color: rgb(92,141,72); }

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