Shades of Chateau Green #44AD64
Tints of Chateau Green #44AD64
RGB
CMYK
RGB Variations
Color information
#44AD64 (or 0x44AD64) is known color: Chateau Green. HEX triplet: 44, AD and 64. RGB value is (68,173,100). Sum of RGB (Red+Green+Blue) = 68+173+100=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD64 is #BB529B. Grayscale: #858585. Windows color (decimal): -12276380 or 6597956. OLE color: 6597956.
HSL color Cylindrical-coordinate representation of color #44AD64: hue angle of 138.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD64 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 100 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.32 |
| HSL | 138.29º | 0.44% | 0.47% | - |
| HSV(B) | 138.29º | 0.61% | 0.68% | - |
| XYZ | 19.63 | 32.04 | 17.21 | - |
| YUV | 133.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 100 | 0.61 | 0 | 0.42 | 0.32 | 138.29 | 0.44 | 0.47 |
| Hex | 44 | AD | 64 | 3D | 0 | 2A | 20 | 8A | 2C | 2F |
| Octal | 104 | 255 | 144 | 75 | 0 | 52 | 40 | 212 | 54 | 57 |
| Binary | 1000100 | 10101101 | 1100100 | 111101 | 0 | 101010 | 100000 | 10001010 | 101100 | 101111 |
Color Harmonies of #44AD64
Complementary color
Monochromatic Colors of #44AD64
Black with #44AD64
Text Example
Text Example
White with #44AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD64; }
p { color: rgb(68,173,100); }
H1.HeaderClassName
{
color: #44AD64;
}
.AnyTagClassName
{
color: #44AD64;
}
</style>
background-color css
<style>
a { background-color: #44AD64; }
a { background-color: rgb(68,173,100); }
div.DivClassName
{
background-color: #44AD64;
}
.BgClassName
{
background-color: #44AD64;
}
</style>
border-color css
<style>
span { border-color: #44AD64; }
span { border-color: rgb(68,173,100); }
td.TdClassName
{
border-color: #44AD64;
}
.TagClassName
{
border-color: #44AD64;
}
</style>