Shades of Chateau Green #469C55
Tints of Chateau Green #469C55
RGB
CMYK
RGB Variations
Color information
#469C55 (or 0x469C55) is known color: Chateau Green. HEX triplet: 46, 9C and 55. RGB value is (70,156,85). Sum of RGB (Red+Green+Blue) = 70+156+85=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #469C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C55 is #B963AA. Grayscale: #7A7A7A. Windows color (decimal): -12149675 or 5610566. OLE color: 5610566.
HSL color Cylindrical-coordinate representation of color #469C55: hue angle of 130.47º 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 #469C55 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 85 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.39 |
| HSL | 130.47º | 0.38% | 0.44% | - |
| HSV(B) | 130.47º | 0.55% | 0.61% | - |
| XYZ | 16.05 | 25.73 | 12.72 | - |
| YUV | 122.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 85 | 0.55 | 0 | 0.46 | 0.39 | 130.47 | 0.38 | 0.44 |
| Hex | 46 | 9C | 55 | 37 | 0 | 2E | 27 | 82 | 26 | 2C |
| Octal | 106 | 234 | 125 | 67 | 0 | 56 | 47 | 202 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1010101 | 110111 | 0 | 101110 | 100111 | 10000010 | 100110 | 101100 |
Color Harmonies of #469C55
Complementary color
Monochromatic Colors of #469C55
Black with #469C55
Text Example
Text Example
White with #469C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C55; }
p { color: rgb(70,156,85); }
H1.HeaderClassName
{
color: #469C55;
}
.AnyTagClassName
{
color: #469C55;
}
</style>
background-color css
<style>
a { background-color: #469C55; }
a { background-color: rgb(70,156,85); }
div.DivClassName
{
background-color: #469C55;
}
.BgClassName
{
background-color: #469C55;
}
</style>
border-color css
<style>
span { border-color: #469C55; }
span { border-color: rgb(70,156,85); }
td.TdClassName
{
border-color: #469C55;
}
.TagClassName
{
border-color: #469C55;
}
</style>