Shades of Chateau Green #448F58
Tints of Chateau Green #448F58
RGB
CMYK
RGB Variations
Color information
#448F58 (or 0x448F58) is known color: Chateau Green. HEX triplet: 44, 8F and 58. RGB value is (68,143,88). Sum of RGB (Red+Green+Blue) = 68+143+88=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #448F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F58 is #BB70A7. Grayscale: #727272. Windows color (decimal): -12284072 or 5803844. OLE color: 5803844.
HSL color Cylindrical-coordinate representation of color #448F58: hue angle of 136º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F58 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 88 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.44 |
| HSL | 136º | 0.36% | 0.41% | - |
| HSV(B) | 136º | 0.52% | 0.56% | - |
| XYZ | 13.97 | 21.58 | 12.66 | - |
| YUV | 114.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 88 | 0.52 | 0 | 0.38 | 0.44 | 136 | 0.36 | 0.41 |
| Hex | 44 | 8F | 58 | 34 | 0 | 26 | 2C | 88 | 24 | 29 |
| Octal | 104 | 217 | 130 | 64 | 0 | 46 | 54 | 210 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1011000 | 110100 | 0 | 100110 | 101100 | 10001000 | 100100 | 101001 |
Color Harmonies of #448F58
Complementary color
Monochromatic Colors of #448F58
Black with #448F58
Text Example
Text Example
White with #448F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F58; }
p { color: rgb(68,143,88); }
H1.HeaderClassName
{
color: #448F58;
}
.AnyTagClassName
{
color: #448F58;
}
</style>
background-color css
<style>
a { background-color: #448F58; }
a { background-color: rgb(68,143,88); }
div.DivClassName
{
background-color: #448F58;
}
.BgClassName
{
background-color: #448F58;
}
</style>
border-color css
<style>
span { border-color: #448F58; }
span { border-color: rgb(68,143,88); }
td.TdClassName
{
border-color: #448F58;
}
.TagClassName
{
border-color: #448F58;
}
</style>