Shades of Chateau Green #379D4A
Tints of Chateau Green #379D4A
RGB
CMYK
RGB Variations
Color information
#379D4A (or 0x379D4A) is known color: Chateau Green. HEX triplet: 37, 9D and 4A. RGB value is (55,157,74). Sum of RGB (Red+Green+Blue) = 55+157+74=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #379D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D4A is #C862B5. Grayscale: #757575. Windows color (decimal): -13132470 or 4889911. OLE color: 4889911.
HSL color Cylindrical-coordinate representation of color #379D4A: hue angle of 131.18º 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 #379D4A is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 74 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.38 |
| HSL | 131.18º | 0.48% | 0.42% | - |
| HSV(B) | 131.18º | 0.65% | 0.62% | - |
| XYZ | 14.87 | 25.42 | 10.6 | - |
| YUV | 117.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 74 | 0.65 | 0 | 0.53 | 0.38 | 131.18 | 0.48 | 0.42 |
| Hex | 37 | 9D | 4A | 41 | 0 | 35 | 26 | 83 | 30 | 2A |
| Octal | 67 | 235 | 112 | 101 | 0 | 65 | 46 | 203 | 60 | 52 |
| Binary | 110111 | 10011101 | 1001010 | 1000001 | 0 | 110101 | 100110 | 10000011 | 110000 | 101010 |
Color Harmonies of #379D4A
Complementary color
Monochromatic Colors of #379D4A
Black with #379D4A
Text Example
Text Example
White with #379D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D4A; }
p { color: rgb(55,157,74); }
H1.HeaderClassName
{
color: #379D4A;
}
.AnyTagClassName
{
color: #379D4A;
}
</style>
background-color css
<style>
a { background-color: #379D4A; }
a { background-color: rgb(55,157,74); }
div.DivClassName
{
background-color: #379D4A;
}
.BgClassName
{
background-color: #379D4A;
}
</style>
border-color css
<style>
span { border-color: #379D4A; }
span { border-color: rgb(55,157,74); }
td.TdClassName
{
border-color: #379D4A;
}
.TagClassName
{
border-color: #379D4A;
}
</style>