Shades of Chateau Green #44995C
Tints of Chateau Green #44995C
RGB
CMYK
RGB Variations
Color information
#44995C (or 0x44995C) is known color: Chateau Green. HEX triplet: 44, 99 and 5C. RGB value is (68,153,92). Sum of RGB (Red+Green+Blue) = 68+153+92=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #44995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44995C is #BB66A3. Grayscale: #787878. Windows color (decimal): -12281508 or 6068548. OLE color: 6068548.
HSL color Cylindrical-coordinate representation of color #44995C: hue angle of 136.94º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44995C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 92 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.4 |
| HSL | 136.94º | 0.38% | 0.43% | - |
| HSV(B) | 136.94º | 0.56% | 0.6% | - |
| XYZ | 15.71 | 24.78 | 14.08 | - |
| YUV | 120.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 92 | 0.56 | 0 | 0.40 | 0.4 | 136.94 | 0.38 | 0.43 |
| Hex | 44 | 99 | 5C | 38 | 0 | 28 | 28 | 89 | 26 | 2B |
| Octal | 104 | 231 | 134 | 70 | 0 | 50 | 50 | 211 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1011100 | 111000 | 0 | 101000 | 101000 | 10001001 | 100110 | 101011 |
Color Harmonies of #44995C
Complementary color
Monochromatic Colors of #44995C
Black with #44995C
Text Example
Text Example
White with #44995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44995C; }
p { color: rgb(68,153,92); }
H1.HeaderClassName
{
color: #44995C;
}
.AnyTagClassName
{
color: #44995C;
}
</style>
background-color css
<style>
a { background-color: #44995C; }
a { background-color: rgb(68,153,92); }
div.DivClassName
{
background-color: #44995C;
}
.BgClassName
{
background-color: #44995C;
}
</style>
border-color css
<style>
span { border-color: #44995C; }
span { border-color: rgb(68,153,92); }
td.TdClassName
{
border-color: #44995C;
}
.TagClassName
{
border-color: #44995C;
}
</style>