Shades of Chateau Green #469D5C
Tints of Chateau Green #469D5C
RGB
CMYK
RGB Variations
Color information
#469D5C (or 0x469D5C) is known color: Chateau Green. HEX triplet: 46, 9D and 5C. RGB value is (70,157,92). Sum of RGB (Red+Green+Blue) = 70+157+92=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #469D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D5C is #B962A3. Grayscale: #7B7B7B. Windows color (decimal): -12149412 or 6069574. OLE color: 6069574.
HSL color Cylindrical-coordinate representation of color #469D5C: hue angle of 135.17º 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 #469D5C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 92 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.38 |
| HSL | 135.17º | 0.38% | 0.45% | - |
| HSV(B) | 135.17º | 0.55% | 0.62% | - |
| XYZ | 16.51 | 26.19 | 14.31 | - |
| YUV | 123.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 92 | 0.55 | 0 | 0.41 | 0.38 | 135.17 | 0.38 | 0.45 |
| Hex | 46 | 9D | 5C | 37 | 0 | 29 | 26 | 87 | 26 | 2D |
| Octal | 106 | 235 | 134 | 67 | 0 | 51 | 46 | 207 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1011100 | 110111 | 0 | 101001 | 100110 | 10000111 | 100110 | 101101 |
Color Harmonies of #469D5C
Complementary color
Monochromatic Colors of #469D5C
Black with #469D5C
Text Example
Text Example
White with #469D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D5C; }
p { color: rgb(70,157,92); }
H1.HeaderClassName
{
color: #469D5C;
}
.AnyTagClassName
{
color: #469D5C;
}
</style>
background-color css
<style>
a { background-color: #469D5C; }
a { background-color: rgb(70,157,92); }
div.DivClassName
{
background-color: #469D5C;
}
.BgClassName
{
background-color: #469D5C;
}
</style>
border-color css
<style>
span { border-color: #469D5C; }
span { border-color: rgb(70,157,92); }
td.TdClassName
{
border-color: #469D5C;
}
.TagClassName
{
border-color: #469D5C;
}
</style>