Shades of Chateau Green #469D64
Tints of Chateau Green #469D64
RGB
CMYK
RGB Variations
Color information
#469D64 (or 0x469D64) is known color: Chateau Green. HEX triplet: 46, 9D and 64. RGB value is (70,157,100). Sum of RGB (Red+Green+Blue) = 70+157+100=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #469D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D64 is #B9629B. Grayscale: #7C7C7C. Windows color (decimal): -12149404 or 6593862. OLE color: 6593862.
HSL color Cylindrical-coordinate representation of color #469D64: hue angle of 140.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D64 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 100 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.38 |
| HSL | 140.69º | 0.38% | 0.45% | - |
| HSV(B) | 140.69º | 0.55% | 0.62% | - |
| XYZ | 16.88 | 26.34 | 16.25 | - |
| YUV | 124.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 100 | 0.55 | 0 | 0.36 | 0.38 | 140.69 | 0.38 | 0.45 |
| Hex | 46 | 9D | 64 | 37 | 0 | 24 | 26 | 8D | 26 | 2D |
| Octal | 106 | 235 | 144 | 67 | 0 | 44 | 46 | 215 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1100100 | 110111 | 0 | 100100 | 100110 | 10001101 | 100110 | 101101 |
Color Harmonies of #469D64
Complementary color
Monochromatic Colors of #469D64
Black with #469D64
Text Example
Text Example
White with #469D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D64; }
p { color: rgb(70,157,100); }
H1.HeaderClassName
{
color: #469D64;
}
.AnyTagClassName
{
color: #469D64;
}
</style>
background-color css
<style>
a { background-color: #469D64; }
a { background-color: rgb(70,157,100); }
div.DivClassName
{
background-color: #469D64;
}
.BgClassName
{
background-color: #469D64;
}
</style>
border-color css
<style>
span { border-color: #469D64; }
span { border-color: rgb(70,157,100); }
td.TdClassName
{
border-color: #469D64;
}
.TagClassName
{
border-color: #469D64;
}
</style>