Shades of Chateau Green #379B45
Tints of Chateau Green #379B45
RGB
CMYK
RGB Variations
Color information
#379B45 (or 0x379B45) is known color: Chateau Green. HEX triplet: 37, 9B and 45. RGB value is (55,155,69). Sum of RGB (Red+Green+Blue) = 55+155+69=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #379B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B45 is #C864BA. Grayscale: #737373. Windows color (decimal): -13132987 or 4561719. OLE color: 4561719.
HSL color Cylindrical-coordinate representation of color #379B45: hue angle of 128.4º 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 #379B45 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 155 | 69 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.39 |
| HSL | 128.4º | 0.48% | 0.41% | - |
| HSV(B) | 128.4º | 0.65% | 0.61% | - |
| XYZ | 14.37 | 24.68 | 9.64 | - |
| YUV | 115.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 69 | 0.65 | 0 | 0.55 | 0.39 | 128.4 | 0.48 | 0.41 |
| Hex | 37 | 9B | 45 | 41 | 0 | 37 | 27 | 80 | 30 | 29 |
| Octal | 67 | 233 | 105 | 101 | 0 | 67 | 47 | 200 | 60 | 51 |
| Binary | 110111 | 10011011 | 1000101 | 1000001 | 0 | 110111 | 100111 | 10000000 | 110000 | 101001 |
Color Harmonies of #379B45
Complementary color
Monochromatic Colors of #379B45
Black with #379B45
Text Example
Text Example
White with #379B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379B45; }
p { color: rgb(55,155,69); }
H1.HeaderClassName
{
color: #379B45;
}
.AnyTagClassName
{
color: #379B45;
}
</style>
background-color css
<style>
a { background-color: #379B45; }
a { background-color: rgb(55,155,69); }
div.DivClassName
{
background-color: #379B45;
}
.BgClassName
{
background-color: #379B45;
}
</style>
border-color css
<style>
span { border-color: #379B45; }
span { border-color: rgb(55,155,69); }
td.TdClassName
{
border-color: #379B45;
}
.TagClassName
{
border-color: #379B45;
}
</style>