Shades of Chateau Green #448F5C
Tints of Chateau Green #448F5C
RGB
CMYK
RGB Variations
Color information
#448F5C (or 0x448F5C) is known color: Chateau Green. HEX triplet: 44, 8F and 5C. RGB value is (68,143,92). Sum of RGB (Red+Green+Blue) = 68+143+92=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #448F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F5C is #BB70A3. Grayscale: #727272. Windows color (decimal): -12284068 or 6065988. OLE color: 6065988.
HSL color Cylindrical-coordinate representation of color #448F5C: hue angle of 139.2º 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 #448F5C is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 92 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.44 |
| HSL | 139.2º | 0.36% | 0.41% | - |
| HSV(B) | 139.2º | 0.52% | 0.56% | - |
| XYZ | 14.14 | 21.65 | 13.56 | - |
| YUV | 114.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 92 | 0.52 | 0 | 0.36 | 0.44 | 139.2 | 0.36 | 0.41 |
| Hex | 44 | 8F | 5C | 34 | 0 | 24 | 2C | 8B | 24 | 29 |
| Octal | 104 | 217 | 134 | 64 | 0 | 44 | 54 | 213 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1011100 | 110100 | 0 | 100100 | 101100 | 10001011 | 100100 | 101001 |
Color Harmonies of #448F5C
Complementary color
Monochromatic Colors of #448F5C
Black with #448F5C
Text Example
Text Example
White with #448F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F5C; }
p { color: rgb(68,143,92); }
H1.HeaderClassName
{
color: #448F5C;
}
.AnyTagClassName
{
color: #448F5C;
}
</style>
background-color css
<style>
a { background-color: #448F5C; }
a { background-color: rgb(68,143,92); }
div.DivClassName
{
background-color: #448F5C;
}
.BgClassName
{
background-color: #448F5C;
}
</style>
border-color css
<style>
span { border-color: #448F5C; }
span { border-color: rgb(68,143,92); }
td.TdClassName
{
border-color: #448F5C;
}
.TagClassName
{
border-color: #448F5C;
}
</style>