Shades of Chateau Green #45BE5D
Tints of Chateau Green #45BE5D
RGB
CMYK
RGB Variations
Color information
#45BE5D (or 0x45BE5D) is known color: Chateau Green. HEX triplet: 45, BE and 5D. RGB value is (69,190,93). Sum of RGB (Red+Green+Blue) = 69+190+93=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE5D is #BA41A2. Grayscale: #8F8F8F. Windows color (decimal): -12206499 or 6143557. OLE color: 6143557.
HSL color Cylindrical-coordinate representation of color #45BE5D: hue angle of 131.9º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BE5D is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 93 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.25 |
| HSL | 131.9º | 0.48% | 0.51% | - |
| HSV(B) | 131.9º | 0.64% | 0.75% | - |
| XYZ | 22.84 | 38.88 | 16.66 | - |
| YUV | 142.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 93 | 0.64 | 0 | 0.51 | 0.25 | 131.9 | 0.48 | 0.51 |
| Hex | 45 | BE | 5D | 40 | 0 | 33 | 19 | 84 | 30 | 33 |
| Octal | 105 | 276 | 135 | 100 | 0 | 63 | 31 | 204 | 60 | 63 |
| Binary | 1000101 | 10111110 | 1011101 | 1000000 | 0 | 110011 | 11001 | 10000100 | 110000 | 110011 |
Color Harmonies of #45BE5D
Complementary color
Monochromatic Colors of #45BE5D
Black with #45BE5D
Text Example
Text Example
White with #45BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE5D; }
p { color: rgb(69,190,93); }
H1.HeaderClassName
{
color: #45BE5D;
}
.AnyTagClassName
{
color: #45BE5D;
}
</style>
background-color css
<style>
a { background-color: #45BE5D; }
a { background-color: rgb(69,190,93); }
div.DivClassName
{
background-color: #45BE5D;
}
.BgClassName
{
background-color: #45BE5D;
}
</style>
border-color css
<style>
span { border-color: #45BE5D; }
span { border-color: rgb(69,190,93); }
td.TdClassName
{
border-color: #45BE5D;
}
.TagClassName
{
border-color: #45BE5D;
}
</style>