Shades of Chateau Green #45A258
Tints of Chateau Green #45A258
RGB
CMYK
RGB Variations
Color information
#45A258 (or 0x45A258) is known color: Chateau Green. HEX triplet: 45, A2 and 58. RGB value is (69,162,88). Sum of RGB (Red+Green+Blue) = 69+162+88=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #45A258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A258 is #BA5DA7. Grayscale: #7D7D7D. Windows color (decimal): -12213672 or 5808709. OLE color: 5808709.
HSL color Cylindrical-coordinate representation of color #45A258: hue angle of 132.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A258 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 162 | 88 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.36 |
| HSL | 132.26º | 0.4% | 0.45% | - |
| HSV(B) | 132.26º | 0.57% | 0.64% | - |
| XYZ | 17.14 | 27.81 | 13.7 | - |
| YUV | 125.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 88 | 0.57 | 0 | 0.46 | 0.36 | 132.26 | 0.4 | 0.45 |
| Hex | 45 | A2 | 58 | 39 | 0 | 2E | 24 | 84 | 28 | 2D |
| Octal | 105 | 242 | 130 | 71 | 0 | 56 | 44 | 204 | 50 | 55 |
| Binary | 1000101 | 10100010 | 1011000 | 111001 | 0 | 101110 | 100100 | 10000100 | 101000 | 101101 |
Color Harmonies of #45A258
Complementary color
Monochromatic Colors of #45A258
Black with #45A258
Text Example
Text Example
White with #45A258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A258; }
p { color: rgb(69,162,88); }
H1.HeaderClassName
{
color: #45A258;
}
.AnyTagClassName
{
color: #45A258;
}
</style>
background-color css
<style>
a { background-color: #45A258; }
a { background-color: rgb(69,162,88); }
div.DivClassName
{
background-color: #45A258;
}
.BgClassName
{
background-color: #45A258;
}
</style>
border-color css
<style>
span { border-color: #45A258; }
span { border-color: rgb(69,162,88); }
td.TdClassName
{
border-color: #45A258;
}
.TagClassName
{
border-color: #45A258;
}
</style>