Shades of Chateau Green #44B95E
Tints of Chateau Green #44B95E
RGB
CMYK
RGB Variations
Color information
#44B95E (or 0x44B95E) is known color: Chateau Green. HEX triplet: 44, B9 and 5E. RGB value is (68,185,94). Sum of RGB (Red+Green+Blue) = 68+185+94=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #44B95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B95E is #BB46A1. Grayscale: #8B8B8B. Windows color (decimal): -12273314 or 6207812. OLE color: 6207812.
HSL color Cylindrical-coordinate representation of color #44B95E: hue angle of 133.33º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B95E is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 185 | 94 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.27 |
| HSL | 133.33º | 0.46% | 0.5% | - |
| HSV(B) | 133.33º | 0.63% | 0.73% | - |
| XYZ | 21.75 | 36.74 | 16.53 | - |
| YUV | 139.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 185 | 94 | 0.63 | 0 | 0.49 | 0.27 | 133.33 | 0.46 | 0.5 |
| Hex | 44 | B9 | 5E | 3F | 0 | 31 | 1B | 85 | 2E | 32 |
| Octal | 104 | 271 | 136 | 77 | 0 | 61 | 33 | 205 | 56 | 62 |
| Binary | 1000100 | 10111001 | 1011110 | 111111 | 0 | 110001 | 11011 | 10000101 | 101110 | 110010 |
Color Harmonies of #44B95E
Complementary color
Monochromatic Colors of #44B95E
Black with #44B95E
Text Example
Text Example
White with #44B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B95E; }
p { color: rgb(68,185,94); }
H1.HeaderClassName
{
color: #44B95E;
}
.AnyTagClassName
{
color: #44B95E;
}
</style>
background-color css
<style>
a { background-color: #44B95E; }
a { background-color: rgb(68,185,94); }
div.DivClassName
{
background-color: #44B95E;
}
.BgClassName
{
background-color: #44B95E;
}
</style>
border-color css
<style>
span { border-color: #44B95E; }
span { border-color: rgb(68,185,94); }
td.TdClassName
{
border-color: #44B95E;
}
.TagClassName
{
border-color: #44B95E;
}
</style>