Shades of Chateau Green #45A166
Tints of Chateau Green #45A166
RGB
CMYK
RGB Variations
Color information
#45A166 (or 0x45A166) is known color: Chateau Green. HEX triplet: 45, A1 and 66. RGB value is (69,161,102). Sum of RGB (Red+Green+Blue) = 69+161+102=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #45A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A166 is #BA5E99. Grayscale: #7E7E7E. Windows color (decimal): -12213914 or 6725957. OLE color: 6725957.
HSL color Cylindrical-coordinate representation of color #45A166: hue angle of 141.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A166 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 102 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.37 |
| HSL | 141.52º | 0.4% | 0.45% | - |
| HSV(B) | 141.52º | 0.57% | 0.63% | - |
| XYZ | 17.6 | 27.71 | 16.99 | - |
| YUV | 126.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 102 | 0.57 | 0 | 0.37 | 0.37 | 141.52 | 0.4 | 0.45 |
| Hex | 45 | A1 | 66 | 39 | 0 | 25 | 25 | 8E | 28 | 2D |
| Octal | 105 | 241 | 146 | 71 | 0 | 45 | 45 | 216 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1100110 | 111001 | 0 | 100101 | 100101 | 10001110 | 101000 | 101101 |
Color Harmonies of #45A166
Complementary color
Monochromatic Colors of #45A166
Black with #45A166
Text Example
Text Example
White with #45A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A166; }
p { color: rgb(69,161,102); }
H1.HeaderClassName
{
color: #45A166;
}
.AnyTagClassName
{
color: #45A166;
}
</style>
background-color css
<style>
a { background-color: #45A166; }
a { background-color: rgb(69,161,102); }
div.DivClassName
{
background-color: #45A166;
}
.BgClassName
{
background-color: #45A166;
}
</style>
border-color css
<style>
span { border-color: #45A166; }
span { border-color: rgb(69,161,102); }
td.TdClassName
{
border-color: #45A166;
}
.TagClassName
{
border-color: #45A166;
}
</style>