Shades of Chateau Green #44B85D
Tints of Chateau Green #44B85D
RGB
CMYK
RGB Variations
Color information
#44B85D (or 0x44B85D) is known color: Chateau Green. HEX triplet: 44, B8 and 5D. RGB value is (68,184,93). Sum of RGB (Red+Green+Blue) = 68+184+93=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #44B85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B85D is #BB47A2. Grayscale: #8B8B8B. Windows color (decimal): -12273571 or 6142020. OLE color: 6142020.
HSL color Cylindrical-coordinate representation of color #44B85D: hue angle of 132.93º 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 #44B85D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 184 | 93 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.28 |
| HSL | 132.93º | 0.46% | 0.49% | - |
| HSV(B) | 132.93º | 0.63% | 0.72% | - |
| XYZ | 21.5 | 36.3 | 16.23 | - |
| YUV | 138.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 184 | 93 | 0.63 | 0 | 0.49 | 0.28 | 132.93 | 0.46 | 0.49 |
| Hex | 44 | B8 | 5D | 3F | 0 | 31 | 1C | 85 | 2E | 31 |
| Octal | 104 | 270 | 135 | 77 | 0 | 61 | 34 | 205 | 56 | 61 |
| Binary | 1000100 | 10111000 | 1011101 | 111111 | 0 | 110001 | 11100 | 10000101 | 101110 | 110001 |
Color Harmonies of #44B85D
Complementary color
Monochromatic Colors of #44B85D
Black with #44B85D
Text Example
Text Example
White with #44B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B85D; }
p { color: rgb(68,184,93); }
H1.HeaderClassName
{
color: #44B85D;
}
.AnyTagClassName
{
color: #44B85D;
}
</style>
background-color css
<style>
a { background-color: #44B85D; }
a { background-color: rgb(68,184,93); }
div.DivClassName
{
background-color: #44B85D;
}
.BgClassName
{
background-color: #44B85D;
}
</style>
border-color css
<style>
span { border-color: #44B85D; }
span { border-color: rgb(68,184,93); }
td.TdClassName
{
border-color: #44B85D;
}
.TagClassName
{
border-color: #44B85D;
}
</style>