Shades of Chateau Green #44B25A
Tints of Chateau Green #44B25A
RGB
CMYK
RGB Variations
Color information
#44B25A (or 0x44B25A) is known color: Chateau Green. HEX triplet: 44, B2 and 5A. RGB value is (68,178,90). Sum of RGB (Red+Green+Blue) = 68+178+90=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #44B25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B25A is #BB4DA5. Grayscale: #878787. Windows color (decimal): -12275110 or 5943876. OLE color: 5943876.
HSL color Cylindrical-coordinate representation of color #44B25A: hue angle of 132º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B25A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 90 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.30 |
| HSL | 132º | 0.45% | 0.48% | - |
| HSV(B) | 132º | 0.62% | 0.7% | - |
| XYZ | 20.15 | 33.81 | 15.14 | - |
| YUV | 135.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 90 | 0.62 | 0 | 0.49 | 0.30 | 132 | 0.45 | 0.48 |
| Hex | 44 | B2 | 5A | 3E | 0 | 31 | 1E | 84 | 2D | 30 |
| Octal | 104 | 262 | 132 | 76 | 0 | 61 | 36 | 204 | 55 | 60 |
| Binary | 1000100 | 10110010 | 1011010 | 111110 | 0 | 110001 | 11110 | 10000100 | 101101 | 110000 |
Color Harmonies of #44B25A
Complementary color
Monochromatic Colors of #44B25A
Black with #44B25A
Text Example
Text Example
White with #44B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B25A; }
p { color: rgb(68,178,90); }
H1.HeaderClassName
{
color: #44B25A;
}
.AnyTagClassName
{
color: #44B25A;
}
</style>
background-color css
<style>
a { background-color: #44B25A; }
a { background-color: rgb(68,178,90); }
div.DivClassName
{
background-color: #44B25A;
}
.BgClassName
{
background-color: #44B25A;
}
</style>
border-color css
<style>
span { border-color: #44B25A; }
span { border-color: rgb(68,178,90); }
td.TdClassName
{
border-color: #44B25A;
}
.TagClassName
{
border-color: #44B25A;
}
</style>