Shades of Chateau Green #378C46
Tints of Chateau Green #378C46
RGB
CMYK
RGB Variations
Color information
#378C46 (or 0x378C46) is known color: Chateau Green. HEX triplet: 37, 8C and 46. RGB value is (55,140,70). Sum of RGB (Red+Green+Blue) = 55+140+70=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #378C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378C46 is #C873B9. Grayscale: #6A6A6A. Windows color (decimal): -13136826 or 4623415. OLE color: 4623415.
HSL color Cylindrical-coordinate representation of color #378C46: hue angle of 130.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C46 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 70 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.45 |
| HSL | 130.59º | 0.44% | 0.38% | - |
| HSV(B) | 130.59º | 0.61% | 0.55% | - |
| XYZ | 12.06 | 20.01 | 9.02 | - |
| YUV | 106.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 70 | 0.61 | 0 | 0.50 | 0.45 | 130.59 | 0.44 | 0.38 |
| Hex | 37 | 8C | 46 | 3D | 0 | 32 | 2D | 83 | 2C | 26 |
| Octal | 67 | 214 | 106 | 75 | 0 | 62 | 55 | 203 | 54 | 46 |
| Binary | 110111 | 10001100 | 1000110 | 111101 | 0 | 110010 | 101101 | 10000011 | 101100 | 100110 |
Color Harmonies of #378C46
Complementary color
Monochromatic Colors of #378C46
Black with #378C46
Text Example
Text Example
White with #378C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C46; }
p { color: rgb(55,140,70); }
H1.HeaderClassName
{
color: #378C46;
}
.AnyTagClassName
{
color: #378C46;
}
</style>
background-color css
<style>
a { background-color: #378C46; }
a { background-color: rgb(55,140,70); }
div.DivClassName
{
background-color: #378C46;
}
.BgClassName
{
background-color: #378C46;
}
</style>
border-color css
<style>
span { border-color: #378C46; }
span { border-color: rgb(55,140,70); }
td.TdClassName
{
border-color: #378C46;
}
.TagClassName
{
border-color: #378C46;
}
</style>