Shades of Chateau Green #469C5D
Tints of Chateau Green #469C5D
RGB
CMYK
RGB Variations
Color information
#469C5D (or 0x469C5D) is known color: Chateau Green. HEX triplet: 46, 9C and 5D. RGB value is (70,156,93). Sum of RGB (Red+Green+Blue) = 70+156+93=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #469C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C5D is #B963A2. Grayscale: #7B7B7B. Windows color (decimal): -12149667 or 6134854. OLE color: 6134854.
HSL color Cylindrical-coordinate representation of color #469C5D: hue angle of 136.05º 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 #469C5D is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 93 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.39 |
| HSL | 136.05º | 0.38% | 0.44% | - |
| HSV(B) | 136.05º | 0.55% | 0.61% | - |
| XYZ | 16.39 | 25.87 | 14.49 | - |
| YUV | 123.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 93 | 0.55 | 0 | 0.40 | 0.39 | 136.05 | 0.38 | 0.44 |
| Hex | 46 | 9C | 5D | 37 | 0 | 28 | 27 | 88 | 26 | 2C |
| Octal | 106 | 234 | 135 | 67 | 0 | 50 | 47 | 210 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1011101 | 110111 | 0 | 101000 | 100111 | 10001000 | 100110 | 101100 |
Color Harmonies of #469C5D
Complementary color
Monochromatic Colors of #469C5D
Black with #469C5D
Text Example
Text Example
White with #469C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C5D; }
p { color: rgb(70,156,93); }
H1.HeaderClassName
{
color: #469C5D;
}
.AnyTagClassName
{
color: #469C5D;
}
</style>
background-color css
<style>
a { background-color: #469C5D; }
a { background-color: rgb(70,156,93); }
div.DivClassName
{
background-color: #469C5D;
}
.BgClassName
{
background-color: #469C5D;
}
</style>
border-color css
<style>
span { border-color: #469C5D; }
span { border-color: rgb(70,156,93); }
td.TdClassName
{
border-color: #469C5D;
}
.TagClassName
{
border-color: #469C5D;
}
</style>