Shades of Chateau Green #379545
Tints of Chateau Green #379545
RGB
CMYK
RGB Variations
Color information
#379545 (or 0x379545) is known color: Chateau Green. HEX triplet: 37, 95 and 45. RGB value is (55,149,69). Sum of RGB (Red+Green+Blue) = 55+149+69=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #379545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379545 is #C86ABA. Grayscale: #707070. Windows color (decimal): -13134523 or 4560183. OLE color: 4560183.
HSL color Cylindrical-coordinate representation of color #379545: hue angle of 128.94º 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 #379545 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 149 | 69 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.42 |
| HSL | 128.94º | 0.46% | 0.4% | - |
| HSV(B) | 128.94º | 0.63% | 0.58% | - |
| XYZ | 13.4 | 22.74 | 9.31 | - |
| YUV | 111.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 69 | 0.63 | 0 | 0.54 | 0.42 | 128.94 | 0.46 | 0.4 |
| Hex | 37 | 95 | 45 | 3F | 0 | 36 | 2A | 81 | 2E | 28 |
| Octal | 67 | 225 | 105 | 77 | 0 | 66 | 52 | 201 | 56 | 50 |
| Binary | 110111 | 10010101 | 1000101 | 111111 | 0 | 110110 | 101010 | 10000001 | 101110 | 101000 |
Color Harmonies of #379545
Complementary color
Monochromatic Colors of #379545
Black with #379545
Text Example
Text Example
White with #379545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379545; }
p { color: rgb(55,149,69); }
H1.HeaderClassName
{
color: #379545;
}
.AnyTagClassName
{
color: #379545;
}
</style>
background-color css
<style>
a { background-color: #379545; }
a { background-color: rgb(55,149,69); }
div.DivClassName
{
background-color: #379545;
}
.BgClassName
{
background-color: #379545;
}
</style>
border-color css
<style>
span { border-color: #379545; }
span { border-color: rgb(55,149,69); }
td.TdClassName
{
border-color: #379545;
}
.TagClassName
{
border-color: #379545;
}
</style>