Shades of Chateau Green #379945
Tints of Chateau Green #379945
RGB
CMYK
RGB Variations
Color information
#379945 (or 0x379945) is known color: Chateau Green. HEX triplet: 37, 99 and 45. RGB value is (55,153,69). Sum of RGB (Red+Green+Blue) = 55+153+69=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #379945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379945 is #C866BA. Grayscale: #727272. Windows color (decimal): -13133499 or 4561207. OLE color: 4561207.
HSL color Cylindrical-coordinate representation of color #379945: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379945 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 69 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.4 |
| HSL | 128.57º | 0.47% | 0.41% | - |
| HSV(B) | 128.57º | 0.64% | 0.6% | - |
| XYZ | 14.04 | 24.02 | 9.53 | - |
| YUV | 114.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 69 | 0.64 | 0 | 0.55 | 0.4 | 128.57 | 0.47 | 0.41 |
| Hex | 37 | 99 | 45 | 40 | 0 | 37 | 28 | 81 | 2F | 29 |
| Octal | 67 | 231 | 105 | 100 | 0 | 67 | 50 | 201 | 57 | 51 |
| Binary | 110111 | 10011001 | 1000101 | 1000000 | 0 | 110111 | 101000 | 10000001 | 101111 | 101001 |
Color Harmonies of #379945
Complementary color
Monochromatic Colors of #379945
Black with #379945
Text Example
Text Example
White with #379945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379945; }
p { color: rgb(55,153,69); }
H1.HeaderClassName
{
color: #379945;
}
.AnyTagClassName
{
color: #379945;
}
</style>
background-color css
<style>
a { background-color: #379945; }
a { background-color: rgb(55,153,69); }
div.DivClassName
{
background-color: #379945;
}
.BgClassName
{
background-color: #379945;
}
</style>
border-color css
<style>
span { border-color: #379945; }
span { border-color: rgb(55,153,69); }
td.TdClassName
{
border-color: #379945;
}
.TagClassName
{
border-color: #379945;
}
</style>