Shades of Chateau Green #379C4D
Tints of Chateau Green #379C4D
RGB
CMYK
RGB Variations
Color information
#379C4D (or 0x379C4D) is known color: Chateau Green. HEX triplet: 37, 9C and 4D. RGB value is (55,156,77). Sum of RGB (Red+Green+Blue) = 55+156+77=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #379C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C4D is #C863B2. Grayscale: #757575. Windows color (decimal): -13132723 or 5086263. OLE color: 5086263.
HSL color Cylindrical-coordinate representation of color #379C4D: hue angle of 133.07º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C4D is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 156 | 77 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.39 |
| HSL | 133.07º | 0.48% | 0.41% | - |
| HSV(B) | 133.07º | 0.65% | 0.61% | - |
| XYZ | 14.8 | 25.12 | 11.09 | - |
| YUV | 116.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 77 | 0.65 | 0 | 0.51 | 0.39 | 133.07 | 0.48 | 0.41 |
| Hex | 37 | 9C | 4D | 41 | 0 | 33 | 27 | 85 | 30 | 29 |
| Octal | 67 | 234 | 115 | 101 | 0 | 63 | 47 | 205 | 60 | 51 |
| Binary | 110111 | 10011100 | 1001101 | 1000001 | 0 | 110011 | 100111 | 10000101 | 110000 | 101001 |
Color Harmonies of #379C4D
Complementary color
Monochromatic Colors of #379C4D
Black with #379C4D
Text Example
Text Example
White with #379C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379C4D; }
p { color: rgb(55,156,77); }
H1.HeaderClassName
{
color: #379C4D;
}
.AnyTagClassName
{
color: #379C4D;
}
</style>
background-color css
<style>
a { background-color: #379C4D; }
a { background-color: rgb(55,156,77); }
div.DivClassName
{
background-color: #379C4D;
}
.BgClassName
{
background-color: #379C4D;
}
</style>
border-color css
<style>
span { border-color: #379C4D; }
span { border-color: rgb(55,156,77); }
td.TdClassName
{
border-color: #379C4D;
}
.TagClassName
{
border-color: #379C4D;
}
</style>