Shades of Chateau Green #469853
Tints of Chateau Green #469853
RGB
CMYK
RGB Variations
Color information
#469853 (or 0x469853) is known color: Chateau Green. HEX triplet: 46, 98 and 53. RGB value is (70,152,83). Sum of RGB (Red+Green+Blue) = 70+152+83=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #469853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469853 is #B967AC. Grayscale: #777777. Windows color (decimal): -12150701 or 5478470. OLE color: 5478470.
HSL color Cylindrical-coordinate representation of color #469853: hue angle of 129.51º 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 #469853 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 83 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.40 |
| HSL | 129.51º | 0.37% | 0.44% | - |
| HSV(B) | 129.51º | 0.54% | 0.6% | - |
| XYZ | 15.32 | 24.38 | 12.08 | - |
| YUV | 119.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 83 | 0.54 | 0 | 0.45 | 0.40 | 129.51 | 0.37 | 0.44 |
| Hex | 46 | 98 | 53 | 36 | 0 | 2D | 28 | 82 | 25 | 2C |
| Octal | 106 | 230 | 123 | 66 | 0 | 55 | 50 | 202 | 45 | 54 |
| Binary | 1000110 | 10011000 | 1010011 | 110110 | 0 | 101101 | 101000 | 10000010 | 100101 | 101100 |
Color Harmonies of #469853
Complementary color
Monochromatic Colors of #469853
Black with #469853
Text Example
Text Example
White with #469853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469853; }
p { color: rgb(70,152,83); }
H1.HeaderClassName
{
color: #469853;
}
.AnyTagClassName
{
color: #469853;
}
</style>
background-color css
<style>
a { background-color: #469853; }
a { background-color: rgb(70,152,83); }
div.DivClassName
{
background-color: #469853;
}
.BgClassName
{
background-color: #469853;
}
</style>
border-color css
<style>
span { border-color: #469853; }
span { border-color: rgb(70,152,83); }
td.TdClassName
{
border-color: #469853;
}
.TagClassName
{
border-color: #469853;
}
</style>