Shades of Chateau Green #449D53
Tints of Chateau Green #449D53
RGB
CMYK
RGB Variations
Color information
#449D53 (or 0x449D53) is known color: Chateau Green. HEX triplet: 44, 9D and 53. RGB value is (68,157,83). Sum of RGB (Red+Green+Blue) = 68+157+83=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #449D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D53 is #BB62AC. Grayscale: #7A7A7A. Windows color (decimal): -12280493 or 5479748. OLE color: 5479748.
HSL color Cylindrical-coordinate representation of color #449D53: hue angle of 130.11º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D53 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 83 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.38 |
| HSL | 130.11º | 0.4% | 0.44% | - |
| HSV(B) | 130.11º | 0.57% | 0.62% | - |
| XYZ | 16 | 25.97 | 12.35 | - |
| YUV | 121.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 83 | 0.57 | 0 | 0.47 | 0.38 | 130.11 | 0.4 | 0.44 |
| Hex | 44 | 9D | 53 | 39 | 0 | 2F | 26 | 82 | 28 | 2C |
| Octal | 104 | 235 | 123 | 71 | 0 | 57 | 46 | 202 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1010011 | 111001 | 0 | 101111 | 100110 | 10000010 | 101000 | 101100 |
Color Harmonies of #449D53
Complementary color
Monochromatic Colors of #449D53
Black with #449D53
Text Example
Text Example
White with #449D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D53; }
p { color: rgb(68,157,83); }
H1.HeaderClassName
{
color: #449D53;
}
.AnyTagClassName
{
color: #449D53;
}
</style>
background-color css
<style>
a { background-color: #449D53; }
a { background-color: rgb(68,157,83); }
div.DivClassName
{
background-color: #449D53;
}
.BgClassName
{
background-color: #449D53;
}
</style>
border-color css
<style>
span { border-color: #449D53; }
span { border-color: rgb(68,157,83); }
td.TdClassName
{
border-color: #449D53;
}
.TagClassName
{
border-color: #449D53;
}
</style>