Shades of Chateau Green #45B45E
Tints of Chateau Green #45B45E
RGB
CMYK
RGB Variations
Color information
#45B45E (or 0x45B45E) is known color: Chateau Green. HEX triplet: 45, B4 and 5E. RGB value is (69,180,94). Sum of RGB (Red+Green+Blue) = 69+180+94=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #45B45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B45E is #BA4BA1. Grayscale: #898989. Windows color (decimal): -12209058 or 6206533. OLE color: 6206533.
HSL color Cylindrical-coordinate representation of color #45B45E: hue angle of 133.51º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B45E is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 180 | 94 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.29 |
| HSL | 133.51º | 0.45% | 0.49% | - |
| HSV(B) | 133.51º | 0.62% | 0.71% | - |
| XYZ | 20.8 | 34.72 | 16.19 | - |
| YUV | 137.01 | 103.73 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 180 | 94 | 0.62 | 0 | 0.48 | 0.29 | 133.51 | 0.45 | 0.49 |
| Hex | 45 | B4 | 5E | 3E | 0 | 30 | 1D | 86 | 2D | 31 |
| Octal | 105 | 264 | 136 | 76 | 0 | 60 | 35 | 206 | 55 | 61 |
| Binary | 1000101 | 10110100 | 1011110 | 111110 | 0 | 110000 | 11101 | 10000110 | 101101 | 110001 |
Color Harmonies of #45B45E
Complementary color
Monochromatic Colors of #45B45E
Black with #45B45E
Text Example
Text Example
White with #45B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B45E; }
p { color: rgb(69,180,94); }
H1.HeaderClassName
{
color: #45B45E;
}
.AnyTagClassName
{
color: #45B45E;
}
</style>
background-color css
<style>
a { background-color: #45B45E; }
a { background-color: rgb(69,180,94); }
div.DivClassName
{
background-color: #45B45E;
}
.BgClassName
{
background-color: #45B45E;
}
</style>
border-color css
<style>
span { border-color: #45B45E; }
span { border-color: rgb(69,180,94); }
td.TdClassName
{
border-color: #45B45E;
}
.TagClassName
{
border-color: #45B45E;
}
</style>