Shades of Chateau Green #448B53
Tints of Chateau Green #448B53
RGB
CMYK
RGB Variations
Color information
#448B53 (or 0x448B53) is known color: Chateau Green. HEX triplet: 44, 8B and 53. RGB value is (68,139,83). Sum of RGB (Red+Green+Blue) = 68+139+83=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #448B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B53 is #BB74AC. Grayscale: #6F6F6F. Windows color (decimal): -12285101 or 5475140. OLE color: 5475140.
HSL color Cylindrical-coordinate representation of color #448B53: hue angle of 132.68º 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 #448B53 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 83 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.45 |
| HSL | 132.68º | 0.34% | 0.41% | - |
| HSV(B) | 132.68º | 0.51% | 0.55% | - |
| XYZ | 13.18 | 20.32 | 11.41 | - |
| YUV | 111.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 83 | 0.51 | 0 | 0.40 | 0.45 | 132.68 | 0.34 | 0.41 |
| Hex | 44 | 8B | 53 | 33 | 0 | 28 | 2D | 85 | 22 | 29 |
| Octal | 104 | 213 | 123 | 63 | 0 | 50 | 55 | 205 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1010011 | 110011 | 0 | 101000 | 101101 | 10000101 | 100010 | 101001 |
Color Harmonies of #448B53
Complementary color
Monochromatic Colors of #448B53
Black with #448B53
Text Example
Text Example
White with #448B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B53; }
p { color: rgb(68,139,83); }
H1.HeaderClassName
{
color: #448B53;
}
.AnyTagClassName
{
color: #448B53;
}
</style>
background-color css
<style>
a { background-color: #448B53; }
a { background-color: rgb(68,139,83); }
div.DivClassName
{
background-color: #448B53;
}
.BgClassName
{
background-color: #448B53;
}
</style>
border-color css
<style>
span { border-color: #448B53; }
span { border-color: rgb(68,139,83); }
td.TdClassName
{
border-color: #448B53;
}
.TagClassName
{
border-color: #448B53;
}
</style>