Shades of Chateau Green #448F60
Tints of Chateau Green #448F60
RGB
CMYK
RGB Variations
Color information
#448F60 (or 0x448F60) is known color: Chateau Green. HEX triplet: 44, 8F and 60. RGB value is (68,143,96). Sum of RGB (Red+Green+Blue) = 68+143+96=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #448F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F60 is #BB709F. Grayscale: #737373. Windows color (decimal): -12284064 or 6328132. OLE color: 6328132.
HSL color Cylindrical-coordinate representation of color #448F60: hue angle of 142.4º 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 #448F60 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 96 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.44 |
| HSL | 142.4º | 0.36% | 0.41% | - |
| HSV(B) | 142.4º | 0.52% | 0.56% | - |
| XYZ | 14.32 | 21.72 | 14.5 | - |
| YUV | 115.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 96 | 0.52 | 0 | 0.33 | 0.44 | 142.4 | 0.36 | 0.41 |
| Hex | 44 | 8F | 60 | 34 | 0 | 21 | 2C | 8E | 24 | 29 |
| Octal | 104 | 217 | 140 | 64 | 0 | 41 | 54 | 216 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1100000 | 110100 | 0 | 100001 | 101100 | 10001110 | 100100 | 101001 |
Color Harmonies of #448F60
Complementary color
Monochromatic Colors of #448F60
Black with #448F60
Text Example
Text Example
White with #448F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F60; }
p { color: rgb(68,143,96); }
H1.HeaderClassName
{
color: #448F60;
}
.AnyTagClassName
{
color: #448F60;
}
</style>
background-color css
<style>
a { background-color: #448F60; }
a { background-color: rgb(68,143,96); }
div.DivClassName
{
background-color: #448F60;
}
.BgClassName
{
background-color: #448F60;
}
</style>
border-color css
<style>
span { border-color: #448F60; }
span { border-color: rgb(68,143,96); }
td.TdClassName
{
border-color: #448F60;
}
.TagClassName
{
border-color: #448F60;
}
</style>