Shades of Chateau Green #45B15B
Tints of Chateau Green #45B15B
RGB
CMYK
RGB Variations
Color information
#45B15B (or 0x45B15B) is known color: Chateau Green. HEX triplet: 45, B1 and 5B. RGB value is (69,177,91). Sum of RGB (Red+Green+Blue) = 69+177+91=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #45B15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B15B is #BA4EA4. Grayscale: #878787. Windows color (decimal): -12209829 or 6009157. OLE color: 6009157.
HSL color Cylindrical-coordinate representation of color #45B15B: hue angle of 132.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B15B is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 91 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.31 |
| HSL | 132.22º | 0.44% | 0.48% | - |
| HSV(B) | 132.22º | 0.61% | 0.69% | - |
| XYZ | 20.06 | 33.46 | 15.3 | - |
| YUV | 134.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 91 | 0.61 | 0 | 0.49 | 0.31 | 132.22 | 0.44 | 0.48 |
| Hex | 45 | B1 | 5B | 3D | 0 | 31 | 1F | 84 | 2C | 30 |
| Octal | 105 | 261 | 133 | 75 | 0 | 61 | 37 | 204 | 54 | 60 |
| Binary | 1000101 | 10110001 | 1011011 | 111101 | 0 | 110001 | 11111 | 10000100 | 101100 | 110000 |
Color Harmonies of #45B15B
Complementary color
Monochromatic Colors of #45B15B
Black with #45B15B
Text Example
Text Example
White with #45B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B15B; }
p { color: rgb(69,177,91); }
H1.HeaderClassName
{
color: #45B15B;
}
.AnyTagClassName
{
color: #45B15B;
}
</style>
background-color css
<style>
a { background-color: #45B15B; }
a { background-color: rgb(69,177,91); }
div.DivClassName
{
background-color: #45B15B;
}
.BgClassName
{
background-color: #45B15B;
}
</style>
border-color css
<style>
span { border-color: #45B15B; }
span { border-color: rgb(69,177,91); }
td.TdClassName
{
border-color: #45B15B;
}
.TagClassName
{
border-color: #45B15B;
}
</style>