Shades of Chateau Green #449B5D
Tints of Chateau Green #449B5D
RGB
CMYK
RGB Variations
Color information
#449B5D (or 0x449B5D) is known color: Chateau Green. HEX triplet: 44, 9B and 5D. RGB value is (68,155,93). Sum of RGB (Red+Green+Blue) = 68+155+93=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #449B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B5D is #BB64A2. Grayscale: #7A7A7A. Windows color (decimal): -12280995 or 6134596. OLE color: 6134596.
HSL color Cylindrical-coordinate representation of color #449B5D: hue angle of 137.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B5D is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 93 | - |
| CMYK | 0.56 | 0 | 0.4 | 0.39 |
| HSL | 137.24º | 0.39% | 0.44% | - |
| HSV(B) | 137.24º | 0.56% | 0.61% | - |
| XYZ | 16.08 | 25.46 | 14.42 | - |
| YUV | 121.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 93 | 0.56 | 0 | 0.4 | 0.39 | 137.24 | 0.39 | 0.44 |
| Hex | 44 | 9B | 5D | 38 | 0 | 28 | 27 | 89 | 27 | 2C |
| Octal | 104 | 233 | 135 | 70 | 0 | 50 | 47 | 211 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1011101 | 111000 | 0 | 101000 | 100111 | 10001001 | 100111 | 101100 |
Color Harmonies of #449B5D
Complementary color
Monochromatic Colors of #449B5D
Black with #449B5D
Text Example
Text Example
White with #449B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B5D; }
p { color: rgb(68,155,93); }
H1.HeaderClassName
{
color: #449B5D;
}
.AnyTagClassName
{
color: #449B5D;
}
</style>
background-color css
<style>
a { background-color: #449B5D; }
a { background-color: rgb(68,155,93); }
div.DivClassName
{
background-color: #449B5D;
}
.BgClassName
{
background-color: #449B5D;
}
</style>
border-color css
<style>
span { border-color: #449B5D; }
span { border-color: rgb(68,155,93); }
td.TdClassName
{
border-color: #449B5D;
}
.TagClassName
{
border-color: #449B5D;
}
</style>