Shades of Chalet Green #5B6B3A
Tints of Chalet Green #5B6B3A
RGB
CMYK
RGB Variations
Color information
#5B6B3A (or 0x5B6B3A) is known color: Chalet Green. HEX triplet: 5B, 6B and 3A. RGB value is (91,107,58). Sum of RGB (Red+Green+Blue) = 91+107+58=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B3A is #A494C5. Grayscale: #606060. Windows color (decimal): -10785990 or 3828571. OLE color: 3828571.
HSL color Cylindrical-coordinate representation of color #5B6B3A: hue angle of 79.59º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B6B3A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 58 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.58 |
| HSL | 79.59º | 0.3% | 0.32% | - |
| HSV(B) | 79.59º | 0.46% | 0.42% | - |
| XYZ | 10.34 | 13.05 | 5.98 | - |
| YUV | 96.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 58 | 0.15 | 0 | 0.46 | 0.58 | 79.59 | 0.3 | 0.32 |
| Hex | 5B | 6B | 3A | F | 0 | 2E | 3A | 50 | 1E | 20 |
| Octal | 133 | 153 | 72 | 17 | 0 | 56 | 72 | 120 | 36 | 40 |
| Binary | 1011011 | 1101011 | 111010 | 1111 | 0 | 101110 | 111010 | 1010000 | 11110 | 100000 |
Color Harmonies of #5B6B3A
Complementary color
Monochromatic Colors of #5B6B3A
Black with #5B6B3A
Text Example
Text Example
White with #5B6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B3A; }
p { color: rgb(91,107,58); }
H1.HeaderClassName
{
color: #5B6B3A;
}
.AnyTagClassName
{
color: #5B6B3A;
}
</style>
background-color css
<style>
a { background-color: #5B6B3A; }
a { background-color: rgb(91,107,58); }
div.DivClassName
{
background-color: #5B6B3A;
}
.BgClassName
{
background-color: #5B6B3A;
}
</style>
border-color css
<style>
span { border-color: #5B6B3A; }
span { border-color: rgb(91,107,58); }
td.TdClassName
{
border-color: #5B6B3A;
}
.TagClassName
{
border-color: #5B6B3A;
}
</style>