Shades of Chateau Green #448A55
Tints of Chateau Green #448A55
RGB
CMYK
RGB Variations
Color information
#448A55 (or 0x448A55) is known color: Chateau Green. HEX triplet: 44, 8A and 55. RGB value is (68,138,85). Sum of RGB (Red+Green+Blue) = 68+138+85=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #448A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A55 is #BB75AA. Grayscale: #6F6F6F. Windows color (decimal): -12285355 or 5605956. OLE color: 5605956.
HSL color Cylindrical-coordinate representation of color #448A55: hue angle of 134.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A55 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 85 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.46 |
| HSL | 134.57º | 0.34% | 0.4% | - |
| HSV(B) | 134.57º | 0.51% | 0.54% | - |
| XYZ | 13.11 | 20.06 | 11.78 | - |
| YUV | 111.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 85 | 0.51 | 0 | 0.38 | 0.46 | 134.57 | 0.34 | 0.4 |
| Hex | 44 | 8A | 55 | 33 | 0 | 26 | 2E | 87 | 22 | 28 |
| Octal | 104 | 212 | 125 | 63 | 0 | 46 | 56 | 207 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1010101 | 110011 | 0 | 100110 | 101110 | 10000111 | 100010 | 101000 |
Color Harmonies of #448A55
Complementary color
Monochromatic Colors of #448A55
Black with #448A55
Text Example
Text Example
White with #448A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A55; }
p { color: rgb(68,138,85); }
H1.HeaderClassName
{
color: #448A55;
}
.AnyTagClassName
{
color: #448A55;
}
</style>
background-color css
<style>
a { background-color: #448A55; }
a { background-color: rgb(68,138,85); }
div.DivClassName
{
background-color: #448A55;
}
.BgClassName
{
background-color: #448A55;
}
</style>
border-color css
<style>
span { border-color: #448A55; }
span { border-color: rgb(68,138,85); }
td.TdClassName
{
border-color: #448A55;
}
.TagClassName
{
border-color: #448A55;
}
</style>