Shades of Chalet Green #5D763B
Tints of Chalet Green #5D763B
RGB
CMYK
RGB Variations
Color information
#5D763B (or 0x5D763B) is known color: Chalet Green. HEX triplet: 5D, 76 and 3B. RGB value is (93,118,59). Sum of RGB (Red+Green+Blue) = 93+118+59=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #5D763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D763B is #A289C4. Grayscale: #686868. Windows color (decimal): -10652101 or 3896925. OLE color: 3896925.
HSL color Cylindrical-coordinate representation of color #5D763B: hue angle of 85.42º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D763B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 59 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.54 |
| HSL | 85.42º | 0.33% | 0.35% | - |
| HSV(B) | 85.42º | 0.5% | 0.46% | - |
| XYZ | 11.78 | 15.6 | 6.53 | - |
| YUV | 103.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 59 | 0.21 | 0 | 0.50 | 0.54 | 85.42 | 0.33 | 0.35 |
| Hex | 5D | 76 | 3B | 15 | 0 | 32 | 36 | 55 | 21 | 23 |
| Octal | 135 | 166 | 73 | 25 | 0 | 62 | 66 | 125 | 41 | 43 |
| Binary | 1011101 | 1110110 | 111011 | 10101 | 0 | 110010 | 110110 | 1010101 | 100001 | 100011 |
Color Harmonies of #5D763B
Complementary color
Monochromatic Colors of #5D763B
Black with #5D763B
Text Example
Text Example
White with #5D763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D763B; }
p { color: rgb(93,118,59); }
H1.HeaderClassName
{
color: #5D763B;
}
.AnyTagClassName
{
color: #5D763B;
}
</style>
background-color css
<style>
a { background-color: #5D763B; }
a { background-color: rgb(93,118,59); }
div.DivClassName
{
background-color: #5D763B;
}
.BgClassName
{
background-color: #5D763B;
}
</style>
border-color css
<style>
span { border-color: #5D763B; }
span { border-color: rgb(93,118,59); }
td.TdClassName
{
border-color: #5D763B;
}
.TagClassName
{
border-color: #5D763B;
}
</style>