#5C8248

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

Shades of Glade Green #5C8248

Tints of Glade Green #5C8248

Color information

#5C8248 (or 0x5C8248) is unknown color: approx Glade Green. HEX triplet: 5C, 82 and 48. RGB value is (92,130,72). Sum of RGB (Red+Green+Blue) = 92+130+72=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8248 is #A37DB7. Grayscale: #707070. Windows color (decimal): -10714552 or 4751964. OLE color: 4751964.

HSL color Cylindrical-coordinate representation of color #5C8248: hue angle of 99.31º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C8248 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB9213072-
CMYK0.2900.450.49
HSL99.31º28.71%39.61%-
HSV(B)99.31º44.62%50.98%-
XYZ13.5718.719.03-
YUV112.03105.41113.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=31.29%
G=44.22%
B=24.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92130720.2900.450.4999.3128.7139.61
Hex5C82481D02D31631d28
Octal13420211035055611433550
Binary1011100100000101001000111010101101110001110001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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