Shades of Chateau Green #44905B
Tints of Chateau Green #44905B
RGB
CMYK
RGB Variations
Color information
#44905B (or 0x44905B) is known color: Chateau Green. HEX triplet: 44, 90 and 5B. RGB value is (68,144,91). Sum of RGB (Red+Green+Blue) = 68+144+91=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #44905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44905B is #BB6FA4. Grayscale: #737373. Windows color (decimal): -12283813 or 6000708. OLE color: 6000708.
HSL color Cylindrical-coordinate representation of color #44905B: hue angle of 138.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44905B is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 91 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.44 |
| HSL | 138.16º | 0.36% | 0.42% | - |
| HSV(B) | 138.16º | 0.53% | 0.56% | - |
| XYZ | 14.25 | 21.93 | 13.38 | - |
| YUV | 115.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 91 | 0.53 | 0 | 0.37 | 0.44 | 138.16 | 0.36 | 0.42 |
| Hex | 44 | 90 | 5B | 35 | 0 | 25 | 2C | 8A | 24 | 2A |
| Octal | 104 | 220 | 133 | 65 | 0 | 45 | 54 | 212 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1011011 | 110101 | 0 | 100101 | 101100 | 10001010 | 100100 | 101010 |
Color Harmonies of #44905B
Complementary color
Monochromatic Colors of #44905B
Black with #44905B
Text Example
Text Example
White with #44905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44905B; }
p { color: rgb(68,144,91); }
H1.HeaderClassName
{
color: #44905B;
}
.AnyTagClassName
{
color: #44905B;
}
</style>
background-color css
<style>
a { background-color: #44905B; }
a { background-color: rgb(68,144,91); }
div.DivClassName
{
background-color: #44905B;
}
.BgClassName
{
background-color: #44905B;
}
</style>
border-color css
<style>
span { border-color: #44905B; }
span { border-color: rgb(68,144,91); }
td.TdClassName
{
border-color: #44905B;
}
.TagClassName
{
border-color: #44905B;
}
</style>