Shades of Chateau Green #46995C
Tints of Chateau Green #46995C
RGB
CMYK
RGB Variations
Color information
#46995C (or 0x46995C) is known color: Chateau Green. HEX triplet: 46, 99 and 5C. RGB value is (70,153,92). Sum of RGB (Red+Green+Blue) = 70+153+92=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #46995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46995C is #B966A3. Grayscale: #797979. Windows color (decimal): -12150436 or 6068550. OLE color: 6068550.
HSL color Cylindrical-coordinate representation of color #46995C: hue angle of 135.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46995C is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 92 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.4 |
| HSL | 135.9º | 0.37% | 0.44% | - |
| HSV(B) | 135.9º | 0.54% | 0.6% | - |
| XYZ | 15.85 | 24.86 | 14.09 | - |
| YUV | 121.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 92 | 0.54 | 0 | 0.40 | 0.4 | 135.9 | 0.37 | 0.44 |
| Hex | 46 | 99 | 5C | 36 | 0 | 28 | 28 | 88 | 25 | 2C |
| Octal | 106 | 231 | 134 | 66 | 0 | 50 | 50 | 210 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1011100 | 110110 | 0 | 101000 | 101000 | 10001000 | 100101 | 101100 |
Color Harmonies of #46995C
Complementary color
Monochromatic Colors of #46995C
Black with #46995C
Text Example
Text Example
White with #46995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46995C; }
p { color: rgb(70,153,92); }
H1.HeaderClassName
{
color: #46995C;
}
.AnyTagClassName
{
color: #46995C;
}
</style>
background-color css
<style>
a { background-color: #46995C; }
a { background-color: rgb(70,153,92); }
div.DivClassName
{
background-color: #46995C;
}
.BgClassName
{
background-color: #46995C;
}
</style>
border-color css
<style>
span { border-color: #46995C; }
span { border-color: rgb(70,153,92); }
td.TdClassName
{
border-color: #46995C;
}
.TagClassName
{
border-color: #46995C;
}
</style>