Shades of Chateau Green #448B58
Tints of Chateau Green #448B58
RGB
CMYK
RGB Variations
Color information
#448B58 (or 0x448B58) is known color: Chateau Green. HEX triplet: 44, 8B and 58. RGB value is (68,139,88). Sum of RGB (Red+Green+Blue) = 68+139+88=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #448B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B58 is #BB74A7. Grayscale: #707070. Windows color (decimal): -12285096 or 5802820. OLE color: 5802820.
HSL color Cylindrical-coordinate representation of color #448B58: hue angle of 136.9º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B58 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 88 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.45 |
| HSL | 136.9º | 0.34% | 0.41% | - |
| HSV(B) | 136.9º | 0.51% | 0.55% | - |
| XYZ | 13.38 | 20.4 | 12.46 | - |
| YUV | 111.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 88 | 0.51 | 0 | 0.37 | 0.45 | 136.9 | 0.34 | 0.41 |
| Hex | 44 | 8B | 58 | 33 | 0 | 25 | 2D | 89 | 22 | 29 |
| Octal | 104 | 213 | 130 | 63 | 0 | 45 | 55 | 211 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1011000 | 110011 | 0 | 100101 | 101101 | 10001001 | 100010 | 101001 |
Color Harmonies of #448B58
Complementary color
Monochromatic Colors of #448B58
Black with #448B58
Text Example
Text Example
White with #448B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B58; }
p { color: rgb(68,139,88); }
H1.HeaderClassName
{
color: #448B58;
}
.AnyTagClassName
{
color: #448B58;
}
</style>
background-color css
<style>
a { background-color: #448B58; }
a { background-color: rgb(68,139,88); }
div.DivClassName
{
background-color: #448B58;
}
.BgClassName
{
background-color: #448B58;
}
</style>
border-color css
<style>
span { border-color: #448B58; }
span { border-color: rgb(68,139,88); }
td.TdClassName
{
border-color: #448B58;
}
.TagClassName
{
border-color: #448B58;
}
</style>