#5B6A49

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

Shades of Chalet Green #5B6A49

Tints of Chalet Green #5B6A49

Color information

#5B6A49 (or 0x5B6A49) is unknown color: approx Chalet Green. HEX triplet: 5B, 6A and 49. RGB value is (91,106,73). Sum of RGB (Red+Green+Blue) = 91+106+73=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A49 is #A495B6. Grayscale: #616161. Windows color (decimal): -10786231 or 4811355. OLE color: 4811355.

HSL color Cylindrical-coordinate representation of color #5B6A49: hue angle of 87.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6A49 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB9110673-
CMYK0.1400.310.58
HSL87.27º18.44%35.1%-
HSV(B)87.27º31.13%41.57%-
XYZ10.6713.018.25-
YUV97.75114.03123.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.70%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=33.70%
G=39.26%
B=27.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106730.1400.310.5887.2718.4435.1
Hex5B6A49E01F3A571223
Octal13315211116037721272243
Binary1011011110101010010011110011111111010101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,73); }

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

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

 a { background-color: rgb(91,106,73); }

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

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

 span { border-color: rgb(91,106,73); }

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