Shades of Chalet Green #5B7B38
Tints of Chalet Green #5B7B38
RGB
CMYK
RGB Variations
Color information
#5B7B38 (or 0x5B7B38) is known color: Chalet Green. HEX triplet: 5B, 7B and 38. RGB value is (91,123,56). Sum of RGB (Red+Green+Blue) = 91+123+56=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7B38 is #A484C7. Grayscale: #6A6A6A. Windows color (decimal): -10781896 or 3701595. OLE color: 3701595.
HSL color Cylindrical-coordinate representation of color #5B7B38: hue angle of 88.66º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B7B38 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 56 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.52 |
| HSL | 88.66º | 0.37% | 0.35% | - |
| HSV(B) | 88.66º | 0.54% | 0.48% | - |
| XYZ | 12.11 | 16.68 | 6.32 | - |
| YUV | 105.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 56 | 0.26 | 0 | 0.54 | 0.52 | 88.66 | 0.37 | 0.35 |
| Hex | 5B | 7B | 38 | 1A | 0 | 36 | 34 | 59 | 25 | 23 |
| Octal | 133 | 173 | 70 | 32 | 0 | 66 | 64 | 131 | 45 | 43 |
| Binary | 1011011 | 1111011 | 111000 | 11010 | 0 | 110110 | 110100 | 1011001 | 100101 | 100011 |
Color Harmonies of #5B7B38
Complementary color
Monochromatic Colors of #5B7B38
Black with #5B7B38
Text Example
Text Example
White with #5B7B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B38; }
p { color: rgb(91,123,56); }
H1.HeaderClassName
{
color: #5B7B38;
}
.AnyTagClassName
{
color: #5B7B38;
}
</style>
background-color css
<style>
a { background-color: #5B7B38; }
a { background-color: rgb(91,123,56); }
div.DivClassName
{
background-color: #5B7B38;
}
.BgClassName
{
background-color: #5B7B38;
}
</style>
border-color css
<style>
span { border-color: #5B7B38; }
span { border-color: rgb(91,123,56); }
td.TdClassName
{
border-color: #5B7B38;
}
.TagClassName
{
border-color: #5B7B38;
}
</style>