Shades of Chateau Green #44905D
Tints of Chateau Green #44905D
RGB
CMYK
RGB Variations
Color information
#44905D (or 0x44905D) is known color: Chateau Green. HEX triplet: 44, 90 and 5D. RGB value is (68,144,93). Sum of RGB (Red+Green+Blue) = 68+144+93=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #44905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44905D is #BB6FA2. Grayscale: #737373. Windows color (decimal): -12283811 or 6131780. OLE color: 6131780.
HSL color Cylindrical-coordinate representation of color #44905D: hue angle of 139.74º 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 #44905D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 93 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.44 |
| HSL | 139.74º | 0.36% | 0.42% | - |
| HSV(B) | 139.74º | 0.53% | 0.56% | - |
| XYZ | 14.33 | 21.97 | 13.84 | - |
| YUV | 115.46 | 115.32 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 93 | 0.53 | 0 | 0.35 | 0.44 | 139.74 | 0.36 | 0.42 |
| Hex | 44 | 90 | 5D | 35 | 0 | 23 | 2C | 8C | 24 | 2A |
| Octal | 104 | 220 | 135 | 65 | 0 | 43 | 54 | 214 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1011101 | 110101 | 0 | 100011 | 101100 | 10001100 | 100100 | 101010 |
Color Harmonies of #44905D
Complementary color
Monochromatic Colors of #44905D
Black with #44905D
Text Example
Text Example
White with #44905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44905D; }
p { color: rgb(68,144,93); }
H1.HeaderClassName
{
color: #44905D;
}
.AnyTagClassName
{
color: #44905D;
}
</style>
background-color css
<style>
a { background-color: #44905D; }
a { background-color: rgb(68,144,93); }
div.DivClassName
{
background-color: #44905D;
}
.BgClassName
{
background-color: #44905D;
}
</style>
border-color css
<style>
span { border-color: #44905D; }
span { border-color: rgb(68,144,93); }
td.TdClassName
{
border-color: #44905D;
}
.TagClassName
{
border-color: #44905D;
}
</style>