Shades of Chateau Green #469D5D
Tints of Chateau Green #469D5D
RGB
CMYK
RGB Variations
Color information
#469D5D (or 0x469D5D) is known color: Chateau Green. HEX triplet: 46, 9D and 5D. RGB value is (70,157,93). Sum of RGB (Red+Green+Blue) = 70+157+93=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #469D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D5D is #B962A2. Grayscale: #7B7B7B. Windows color (decimal): -12149411 or 6135110. OLE color: 6135110.
HSL color Cylindrical-coordinate representation of color #469D5D: hue angle of 135.86º 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 #469D5D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 93 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.38 |
| HSL | 135.86º | 0.38% | 0.45% | - |
| HSV(B) | 135.86º | 0.55% | 0.62% | - |
| XYZ | 16.56 | 26.21 | 14.54 | - |
| YUV | 123.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 93 | 0.55 | 0 | 0.41 | 0.38 | 135.86 | 0.38 | 0.45 |
| Hex | 46 | 9D | 5D | 37 | 0 | 29 | 26 | 88 | 26 | 2D |
| Octal | 106 | 235 | 135 | 67 | 0 | 51 | 46 | 210 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1011101 | 110111 | 0 | 101001 | 100110 | 10001000 | 100110 | 101101 |
Color Harmonies of #469D5D
Complementary color
Monochromatic Colors of #469D5D
Black with #469D5D
Text Example
Text Example
White with #469D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D5D; }
p { color: rgb(70,157,93); }
H1.HeaderClassName
{
color: #469D5D;
}
.AnyTagClassName
{
color: #469D5D;
}
</style>
background-color css
<style>
a { background-color: #469D5D; }
a { background-color: rgb(70,157,93); }
div.DivClassName
{
background-color: #469D5D;
}
.BgClassName
{
background-color: #469D5D;
}
</style>
border-color css
<style>
span { border-color: #469D5D; }
span { border-color: rgb(70,157,93); }
td.TdClassName
{
border-color: #469D5D;
}
.TagClassName
{
border-color: #469D5D;
}
</style>