Shades of Chateau Green #379145
Tints of Chateau Green #379145
RGB
CMYK
RGB Variations
Color information
#379145 (or 0x379145) is known color: Chateau Green. HEX triplet: 37, 91 and 45. RGB value is (55,145,69). Sum of RGB (Red+Green+Blue) = 55+145+69=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #379145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379145 is #C86EBA. Grayscale: #6D6D6D. Windows color (decimal): -13135547 or 4559159. OLE color: 4559159.
HSL color Cylindrical-coordinate representation of color #379145: hue angle of 129.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379145 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 145 | 69 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.43 |
| HSL | 129.33º | 0.45% | 0.39% | - |
| HSV(B) | 129.33º | 0.62% | 0.57% | - |
| XYZ | 12.78 | 21.49 | 9.11 | - |
| YUV | 109.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 69 | 0.62 | 0 | 0.52 | 0.43 | 129.33 | 0.45 | 0.39 |
| Hex | 37 | 91 | 45 | 3E | 0 | 34 | 2B | 81 | 2D | 27 |
| Octal | 67 | 221 | 105 | 76 | 0 | 64 | 53 | 201 | 55 | 47 |
| Binary | 110111 | 10010001 | 1000101 | 111110 | 0 | 110100 | 101011 | 10000001 | 101101 | 100111 |
Color Harmonies of #379145
Complementary color
Monochromatic Colors of #379145
Black with #379145
Text Example
Text Example
White with #379145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379145; }
p { color: rgb(55,145,69); }
H1.HeaderClassName
{
color: #379145;
}
.AnyTagClassName
{
color: #379145;
}
</style>
background-color css
<style>
a { background-color: #379145; }
a { background-color: rgb(55,145,69); }
div.DivClassName
{
background-color: #379145;
}
.BgClassName
{
background-color: #379145;
}
</style>
border-color css
<style>
span { border-color: #379145; }
span { border-color: rgb(55,145,69); }
td.TdClassName
{
border-color: #379145;
}
.TagClassName
{
border-color: #379145;
}
</style>