Shades of Chateau Green #44955B
Tints of Chateau Green #44955B
RGB
CMYK
RGB Variations
Color information
#44955B (or 0x44955B) is known color: Chateau Green. HEX triplet: 44, 95 and 5B. RGB value is (68,149,91). Sum of RGB (Red+Green+Blue) = 68+149+91=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #44955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44955B is #BB6AA4. Grayscale: #767676. Windows color (decimal): -12282533 or 6001988. OLE color: 6001988.
HSL color Cylindrical-coordinate representation of color #44955B: hue angle of 137.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44955B is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 91 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.42 |
| HSL | 137.04º | 0.37% | 0.43% | - |
| HSV(B) | 137.04º | 0.54% | 0.58% | - |
| XYZ | 15.02 | 23.48 | 13.64 | - |
| YUV | 118.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 91 | 0.54 | 0 | 0.39 | 0.42 | 137.04 | 0.37 | 0.43 |
| Hex | 44 | 95 | 5B | 36 | 0 | 27 | 2A | 89 | 25 | 2B |
| Octal | 104 | 225 | 133 | 66 | 0 | 47 | 52 | 211 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1011011 | 110110 | 0 | 100111 | 101010 | 10001001 | 100101 | 101011 |
Color Harmonies of #44955B
Complementary color
Monochromatic Colors of #44955B
Black with #44955B
Text Example
Text Example
White with #44955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44955B; }
p { color: rgb(68,149,91); }
H1.HeaderClassName
{
color: #44955B;
}
.AnyTagClassName
{
color: #44955B;
}
</style>
background-color css
<style>
a { background-color: #44955B; }
a { background-color: rgb(68,149,91); }
div.DivClassName
{
background-color: #44955B;
}
.BgClassName
{
background-color: #44955B;
}
</style>
border-color css
<style>
span { border-color: #44955B; }
span { border-color: rgb(68,149,91); }
td.TdClassName
{
border-color: #44955B;
}
.TagClassName
{
border-color: #44955B;
}
</style>