Shades of Chateau Green #379D47
Tints of Chateau Green #379D47
RGB
CMYK
RGB Variations
Color information
#379D47 (or 0x379D47) is known color: Chateau Green. HEX triplet: 37, 9D and 47. RGB value is (55,157,71). Sum of RGB (Red+Green+Blue) = 55+157+71=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #379D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D47 is #C862B8. Grayscale: #747474. Windows color (decimal): -13132473 or 4693303. OLE color: 4693303.
HSL color Cylindrical-coordinate representation of color #379D47: hue angle of 129.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D47 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 71 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.38 |
| HSL | 129.41º | 0.48% | 0.42% | - |
| HSV(B) | 129.41º | 0.65% | 0.62% | - |
| XYZ | 14.77 | 25.38 | 10.08 | - |
| YUV | 116.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 71 | 0.65 | 0 | 0.55 | 0.38 | 129.41 | 0.48 | 0.42 |
| Hex | 37 | 9D | 47 | 41 | 0 | 37 | 26 | 81 | 30 | 2A |
| Octal | 67 | 235 | 107 | 101 | 0 | 67 | 46 | 201 | 60 | 52 |
| Binary | 110111 | 10011101 | 1000111 | 1000001 | 0 | 110111 | 100110 | 10000001 | 110000 | 101010 |
Color Harmonies of #379D47
Complementary color
Monochromatic Colors of #379D47
Black with #379D47
Text Example
Text Example
White with #379D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D47; }
p { color: rgb(55,157,71); }
H1.HeaderClassName
{
color: #379D47;
}
.AnyTagClassName
{
color: #379D47;
}
</style>
background-color css
<style>
a { background-color: #379D47; }
a { background-color: rgb(55,157,71); }
div.DivClassName
{
background-color: #379D47;
}
.BgClassName
{
background-color: #379D47;
}
</style>
border-color css
<style>
span { border-color: #379D47; }
span { border-color: rgb(55,157,71); }
td.TdClassName
{
border-color: #379D47;
}
.TagClassName
{
border-color: #379D47;
}
</style>