Shades of Chateau Green #45A161
Tints of Chateau Green #45A161
RGB
CMYK
RGB Variations
Color information
#45A161 (or 0x45A161) is known color: Chateau Green. HEX triplet: 45, A1 and 61. RGB value is (69,161,97). Sum of RGB (Red+Green+Blue) = 69+161+97=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #45A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A161 is #BA5E9E. Grayscale: #7E7E7E. Windows color (decimal): -12213919 or 6398277. OLE color: 6398277.
HSL color Cylindrical-coordinate representation of color #45A161: hue angle of 138.26º 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 #45A161 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 97 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.37 |
| HSL | 138.26º | 0.4% | 0.45% | - |
| HSV(B) | 138.26º | 0.57% | 0.63% | - |
| XYZ | 17.36 | 27.62 | 15.73 | - |
| YUV | 126.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 97 | 0.57 | 0 | 0.40 | 0.37 | 138.26 | 0.4 | 0.45 |
| Hex | 45 | A1 | 61 | 39 | 0 | 28 | 25 | 8A | 28 | 2D |
| Octal | 105 | 241 | 141 | 71 | 0 | 50 | 45 | 212 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1100001 | 111001 | 0 | 101000 | 100101 | 10001010 | 101000 | 101101 |
Color Harmonies of #45A161
Complementary color
Monochromatic Colors of #45A161
Black with #45A161
Text Example
Text Example
White with #45A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A161; }
p { color: rgb(69,161,97); }
H1.HeaderClassName
{
color: #45A161;
}
.AnyTagClassName
{
color: #45A161;
}
</style>
background-color css
<style>
a { background-color: #45A161; }
a { background-color: rgb(69,161,97); }
div.DivClassName
{
background-color: #45A161;
}
.BgClassName
{
background-color: #45A161;
}
</style>
border-color css
<style>
span { border-color: #45A161; }
span { border-color: rgb(69,161,97); }
td.TdClassName
{
border-color: #45A161;
}
.TagClassName
{
border-color: #45A161;
}
</style>