Shades of Chateau Green #45975C
Tints of Chateau Green #45975C
RGB
CMYK
RGB Variations
Color information
#45975C (or 0x45975C) is known color: Chateau Green. HEX triplet: 45, 97 and 5C. RGB value is (69,151,92). Sum of RGB (Red+Green+Blue) = 69+151+92=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #45975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45975C is #BA68A3. Grayscale: #777777. Windows color (decimal): -12216484 or 6068037. OLE color: 6068037.
HSL color Cylindrical-coordinate representation of color #45975C: hue angle of 136.83º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45975C is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 151 | 92 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.41 |
| HSL | 136.83º | 0.37% | 0.43% | - |
| HSV(B) | 136.83º | 0.54% | 0.59% | - |
| XYZ | 15.45 | 24.17 | 13.98 | - |
| YUV | 119.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 92 | 0.54 | 0 | 0.39 | 0.41 | 136.83 | 0.37 | 0.43 |
| Hex | 45 | 97 | 5C | 36 | 0 | 27 | 29 | 89 | 25 | 2B |
| Octal | 105 | 227 | 134 | 66 | 0 | 47 | 51 | 211 | 45 | 53 |
| Binary | 1000101 | 10010111 | 1011100 | 110110 | 0 | 100111 | 101001 | 10001001 | 100101 | 101011 |
Color Harmonies of #45975C
Complementary color
Monochromatic Colors of #45975C
Black with #45975C
Text Example
Text Example
White with #45975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45975C; }
p { color: rgb(69,151,92); }
H1.HeaderClassName
{
color: #45975C;
}
.AnyTagClassName
{
color: #45975C;
}
</style>
background-color css
<style>
a { background-color: #45975C; }
a { background-color: rgb(69,151,92); }
div.DivClassName
{
background-color: #45975C;
}
.BgClassName
{
background-color: #45975C;
}
</style>
border-color css
<style>
span { border-color: #45975C; }
span { border-color: rgb(69,151,92); }
td.TdClassName
{
border-color: #45975C;
}
.TagClassName
{
border-color: #45975C;
}
</style>