Shades of Chateau Green #379345
Tints of Chateau Green #379345
RGB
CMYK
RGB Variations
Color information
#379345 (or 0x379345) is known color: Chateau Green. HEX triplet: 37, 93 and 45. RGB value is (55,147,69). Sum of RGB (Red+Green+Blue) = 55+147+69=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #379345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379345 is #C86CBA. Grayscale: #6E6E6E. Windows color (decimal): -13135035 or 4559671. OLE color: 4559671.
HSL color Cylindrical-coordinate representation of color #379345: hue angle of 129.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379345 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 69 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.42 |
| HSL | 129.13º | 0.46% | 0.4% | - |
| HSV(B) | 129.13º | 0.63% | 0.58% | - |
| XYZ | 13.08 | 22.11 | 9.21 | - |
| YUV | 110.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 69 | 0.63 | 0 | 0.53 | 0.42 | 129.13 | 0.46 | 0.4 |
| Hex | 37 | 93 | 45 | 3F | 0 | 35 | 2A | 81 | 2E | 28 |
| Octal | 67 | 223 | 105 | 77 | 0 | 65 | 52 | 201 | 56 | 50 |
| Binary | 110111 | 10010011 | 1000101 | 111111 | 0 | 110101 | 101010 | 10000001 | 101110 | 101000 |
Color Harmonies of #379345
Complementary color
Monochromatic Colors of #379345
Black with #379345
Text Example
Text Example
White with #379345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379345; }
p { color: rgb(55,147,69); }
H1.HeaderClassName
{
color: #379345;
}
.AnyTagClassName
{
color: #379345;
}
</style>
background-color css
<style>
a { background-color: #379345; }
a { background-color: rgb(55,147,69); }
div.DivClassName
{
background-color: #379345;
}
.BgClassName
{
background-color: #379345;
}
</style>
border-color css
<style>
span { border-color: #379345; }
span { border-color: rgb(55,147,69); }
td.TdClassName
{
border-color: #379345;
}
.TagClassName
{
border-color: #379345;
}
</style>