Shades of Chateau Green #469B5C
Tints of Chateau Green #469B5C
RGB
CMYK
RGB Variations
Color information
#469B5C (or 0x469B5C) is known color: Chateau Green. HEX triplet: 46, 9B and 5C. RGB value is (70,155,92). Sum of RGB (Red+Green+Blue) = 70+155+92=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5C is #B964A3. Grayscale: #7A7A7A. Windows color (decimal): -12149924 or 6069062. OLE color: 6069062.
HSL color Cylindrical-coordinate representation of color #469B5C: hue angle of 135.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B5C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 92 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.39 |
| HSL | 135.53º | 0.38% | 0.44% | - |
| HSV(B) | 135.53º | 0.55% | 0.61% | - |
| XYZ | 16.18 | 25.52 | 14.2 | - |
| YUV | 122.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 92 | 0.55 | 0 | 0.41 | 0.39 | 135.53 | 0.38 | 0.44 |
| Hex | 46 | 9B | 5C | 37 | 0 | 29 | 27 | 88 | 26 | 2C |
| Octal | 106 | 233 | 134 | 67 | 0 | 51 | 47 | 210 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1011100 | 110111 | 0 | 101001 | 100111 | 10001000 | 100110 | 101100 |
Color Harmonies of #469B5C
Complementary color
Monochromatic Colors of #469B5C
Black with #469B5C
Text Example
Text Example
White with #469B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B5C; }
p { color: rgb(70,155,92); }
H1.HeaderClassName
{
color: #469B5C;
}
.AnyTagClassName
{
color: #469B5C;
}
</style>
background-color css
<style>
a { background-color: #469B5C; }
a { background-color: rgb(70,155,92); }
div.DivClassName
{
background-color: #469B5C;
}
.BgClassName
{
background-color: #469B5C;
}
</style>
border-color css
<style>
span { border-color: #469B5C; }
span { border-color: rgb(70,155,92); }
td.TdClassName
{
border-color: #469B5C;
}
.TagClassName
{
border-color: #469B5C;
}
</style>