Shades of Chateau Green #46965C
Tints of Chateau Green #46965C
RGB
CMYK
RGB Variations
Color information
#46965C (or 0x46965C) is known color: Chateau Green. HEX triplet: 46, 96 and 5C. RGB value is (70,150,92). Sum of RGB (Red+Green+Blue) = 70+150+92=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #46965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46965C is #B969A3. Grayscale: #777777. Windows color (decimal): -12151204 or 6067782. OLE color: 6067782.
HSL color Cylindrical-coordinate representation of color #46965C: hue angle of 136.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46965C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 150 | 92 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.41 |
| HSL | 136.5º | 0.36% | 0.43% | - |
| HSV(B) | 136.5º | 0.53% | 0.59% | - |
| XYZ | 15.36 | 23.89 | 13.93 | - |
| YUV | 119.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 92 | 0.53 | 0 | 0.39 | 0.41 | 136.5 | 0.36 | 0.43 |
| Hex | 46 | 96 | 5C | 35 | 0 | 27 | 29 | 88 | 24 | 2B |
| Octal | 106 | 226 | 134 | 65 | 0 | 47 | 51 | 210 | 44 | 53 |
| Binary | 1000110 | 10010110 | 1011100 | 110101 | 0 | 100111 | 101001 | 10001000 | 100100 | 101011 |
Color Harmonies of #46965C
Complementary color
Monochromatic Colors of #46965C
Black with #46965C
Text Example
Text Example
White with #46965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46965C; }
p { color: rgb(70,150,92); }
H1.HeaderClassName
{
color: #46965C;
}
.AnyTagClassName
{
color: #46965C;
}
</style>
background-color css
<style>
a { background-color: #46965C; }
a { background-color: rgb(70,150,92); }
div.DivClassName
{
background-color: #46965C;
}
.BgClassName
{
background-color: #46965C;
}
</style>
border-color css
<style>
span { border-color: #46965C; }
span { border-color: rgb(70,150,92); }
td.TdClassName
{
border-color: #46965C;
}
.TagClassName
{
border-color: #46965C;
}
</style>