Shades of Chalet Green #5B7D34
Tints of Chalet Green #5B7D34
RGB
CMYK
RGB Variations
Color information
#5B7D34 (or 0x5B7D34) is known color: Chalet Green. HEX triplet: 5B, 7D and 34. RGB value is (91,125,52). Sum of RGB (Red+Green+Blue) = 91+125+52=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7D34 is #A482CB. Grayscale: #6A6A6A. Windows color (decimal): -10781388 or 3439963. OLE color: 3439963.
HSL color Cylindrical-coordinate representation of color #5B7D34: hue angle of 87.95º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B7D34 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 52 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.51 |
| HSL | 87.95º | 0.41% | 0.35% | - |
| HSV(B) | 87.95º | 0.58% | 0.49% | - |
| XYZ | 12.27 | 17.14 | 5.91 | - |
| YUV | 106.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 52 | 0.27 | 0 | 0.58 | 0.51 | 87.95 | 0.41 | 0.35 |
| Hex | 5B | 7D | 34 | 1B | 0 | 3A | 33 | 58 | 29 | 23 |
| Octal | 133 | 175 | 64 | 33 | 0 | 72 | 63 | 130 | 51 | 43 |
| Binary | 1011011 | 1111101 | 110100 | 11011 | 0 | 111010 | 110011 | 1011000 | 101001 | 100011 |
Color Harmonies of #5B7D34
Complementary color
Monochromatic Colors of #5B7D34
Black with #5B7D34
Text Example
Text Example
White with #5B7D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D34; }
p { color: rgb(91,125,52); }
H1.HeaderClassName
{
color: #5B7D34;
}
.AnyTagClassName
{
color: #5B7D34;
}
</style>
background-color css
<style>
a { background-color: #5B7D34; }
a { background-color: rgb(91,125,52); }
div.DivClassName
{
background-color: #5B7D34;
}
.BgClassName
{
background-color: #5B7D34;
}
</style>
border-color css
<style>
span { border-color: #5B7D34; }
span { border-color: rgb(91,125,52); }
td.TdClassName
{
border-color: #5B7D34;
}
.TagClassName
{
border-color: #5B7D34;
}
</style>