Shades of Chalet Green #53743B
Tints of Chalet Green #53743B
RGB
CMYK
RGB Variations
Color information
#53743B (or 0x53743B) is known color: Chalet Green. HEX triplet: 53, 74 and 3B. RGB value is (83,116,59). Sum of RGB (Red+Green+Blue) = 83+116+59=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #53743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53743B is #AC8BC4. Grayscale: #636363. Windows color (decimal): -11307973 or 3896403. OLE color: 3896403.
HSL color Cylindrical-coordinate representation of color #53743B: hue angle of 94.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53743B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 59 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.55 |
| HSL | 94.74º | 0.33% | 0.34% | - |
| HSV(B) | 94.74º | 0.49% | 0.45% | - |
| XYZ | 10.6 | 14.65 | 6.41 | - |
| YUV | 99.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 59 | 0.28 | 0 | 0.49 | 0.55 | 94.74 | 0.33 | 0.34 |
| Hex | 53 | 74 | 3B | 1C | 0 | 31 | 37 | 5F | 21 | 22 |
| Octal | 123 | 164 | 73 | 34 | 0 | 61 | 67 | 137 | 41 | 42 |
| Binary | 1010011 | 1110100 | 111011 | 11100 | 0 | 110001 | 110111 | 1011111 | 100001 | 100010 |
Color Harmonies of #53743B
Complementary color
Monochromatic Colors of #53743B
Black with #53743B
Text Example
Text Example
White with #53743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53743B; }
p { color: rgb(83,116,59); }
H1.HeaderClassName
{
color: #53743B;
}
.AnyTagClassName
{
color: #53743B;
}
</style>
background-color css
<style>
a { background-color: #53743B; }
a { background-color: rgb(83,116,59); }
div.DivClassName
{
background-color: #53743B;
}
.BgClassName
{
background-color: #53743B;
}
</style>
border-color css
<style>
span { border-color: #53743B; }
span { border-color: rgb(83,116,59); }
td.TdClassName
{
border-color: #53743B;
}
.TagClassName
{
border-color: #53743B;
}
</style>