Shades of Chalet Green #55733B
Tints of Chalet Green #55733B
RGB
CMYK
RGB Variations
Color information
#55733B (or 0x55733B) is known color: Chalet Green. HEX triplet: 55, 73 and 3B. RGB value is (85,115,59). Sum of RGB (Red+Green+Blue) = 85+115+59=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #55733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55733B is #AA8CC4. Grayscale: #636363. Windows color (decimal): -11177157 or 3896149. OLE color: 3896149.
HSL color Cylindrical-coordinate representation of color #55733B: hue angle of 92.14º degrees, saturation: 0.32, 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 #55733B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 59 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.55 |
| HSL | 92.14º | 0.32% | 0.34% | - |
| HSV(B) | 92.14º | 0.49% | 0.45% | - |
| XYZ | 10.67 | 14.51 | 6.38 | - |
| YUV | 99.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 59 | 0.26 | 0 | 0.49 | 0.55 | 92.14 | 0.32 | 0.34 |
| Hex | 55 | 73 | 3B | 1A | 0 | 31 | 37 | 5C | 20 | 22 |
| Octal | 125 | 163 | 73 | 32 | 0 | 61 | 67 | 134 | 40 | 42 |
| Binary | 1010101 | 1110011 | 111011 | 11010 | 0 | 110001 | 110111 | 1011100 | 100000 | 100010 |
Color Harmonies of #55733B
Complementary color
Monochromatic Colors of #55733B
Black with #55733B
Text Example
Text Example
White with #55733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55733B; }
p { color: rgb(85,115,59); }
H1.HeaderClassName
{
color: #55733B;
}
.AnyTagClassName
{
color: #55733B;
}
</style>
background-color css
<style>
a { background-color: #55733B; }
a { background-color: rgb(85,115,59); }
div.DivClassName
{
background-color: #55733B;
}
.BgClassName
{
background-color: #55733B;
}
</style>
border-color css
<style>
span { border-color: #55733B; }
span { border-color: rgb(85,115,59); }
td.TdClassName
{
border-color: #55733B;
}
.TagClassName
{
border-color: #55733B;
}
</style>