Shades of Chateau Green #44B85C
Tints of Chateau Green #44B85C
RGB
CMYK
RGB Variations
Color information
#44B85C (or 0x44B85C) is known color: Chateau Green. HEX triplet: 44, B8 and 5C. RGB value is (68,184,92). Sum of RGB (Red+Green+Blue) = 68+184+92=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #44B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B85C is #BB47A3. Grayscale: #8B8B8B. Windows color (decimal): -12273572 or 6076484. OLE color: 6076484.
HSL color Cylindrical-coordinate representation of color #44B85C: hue angle of 132.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B85C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 184 | 92 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.28 |
| HSL | 132.41º | 0.46% | 0.49% | - |
| HSV(B) | 132.41º | 0.63% | 0.72% | - |
| XYZ | 21.46 | 36.28 | 16 | - |
| YUV | 138.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 184 | 92 | 0.63 | 0 | 0.50 | 0.28 | 132.41 | 0.46 | 0.49 |
| Hex | 44 | B8 | 5C | 3F | 0 | 32 | 1C | 84 | 2E | 31 |
| Octal | 104 | 270 | 134 | 77 | 0 | 62 | 34 | 204 | 56 | 61 |
| Binary | 1000100 | 10111000 | 1011100 | 111111 | 0 | 110010 | 11100 | 10000100 | 101110 | 110001 |
Color Harmonies of #44B85C
Complementary color
Monochromatic Colors of #44B85C
Black with #44B85C
Text Example
Text Example
White with #44B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B85C; }
p { color: rgb(68,184,92); }
H1.HeaderClassName
{
color: #44B85C;
}
.AnyTagClassName
{
color: #44B85C;
}
</style>
background-color css
<style>
a { background-color: #44B85C; }
a { background-color: rgb(68,184,92); }
div.DivClassName
{
background-color: #44B85C;
}
.BgClassName
{
background-color: #44B85C;
}
</style>
border-color css
<style>
span { border-color: #44B85C; }
span { border-color: rgb(68,184,92); }
td.TdClassName
{
border-color: #44B85C;
}
.TagClassName
{
border-color: #44B85C;
}
</style>