Shades of Chalet Green #5B654B
Tints of Chalet Green #5B654B
RGB
CMYK
RGB Variations
Color information
#5B654B (or 0x5B654B) is known color: Chalet Green. HEX triplet: 5B, 65 and 4B. RGB value is (91,101,75). Sum of RGB (Red+Green+Blue) = 91+101+75=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #5B654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B654B is #A49AB4. Grayscale: #5F5F5F. Windows color (decimal): -10787509 or 4941147. OLE color: 4941147.
HSL color Cylindrical-coordinate representation of color #5B654B: hue angle of 83.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B654B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 75 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.60 |
| HSL | 83.08º | 0.15% | 0.35% | - |
| HSV(B) | 83.08º | 0.26% | 0.4% | - |
| XYZ | 10.24 | 12.04 | 8.44 | - |
| YUV | 95.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 75 | 0.10 | 0 | 0.26 | 0.60 | 83.08 | 0.15 | 0.35 |
| Hex | 5B | 65 | 4B | A | 0 | 1A | 3C | 53 | F | 23 |
| Octal | 133 | 145 | 113 | 12 | 0 | 32 | 74 | 123 | 17 | 43 |
| Binary | 1011011 | 1100101 | 1001011 | 1010 | 0 | 11010 | 111100 | 1010011 | 1111 | 100011 |
Color Harmonies of #5B654B
Complementary color
Monochromatic Colors of #5B654B
Black with #5B654B
Text Example
Text Example
White with #5B654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B654B; }
p { color: rgb(91,101,75); }
H1.HeaderClassName
{
color: #5B654B;
}
.AnyTagClassName
{
color: #5B654B;
}
</style>
background-color css
<style>
a { background-color: #5B654B; }
a { background-color: rgb(91,101,75); }
div.DivClassName
{
background-color: #5B654B;
}
.BgClassName
{
background-color: #5B654B;
}
</style>
border-color css
<style>
span { border-color: #5B654B; }
span { border-color: rgb(91,101,75); }
td.TdClassName
{
border-color: #5B654B;
}
.TagClassName
{
border-color: #5B654B;
}
</style>