Shades of Chateau Green #389145
Tints of Chateau Green #389145
RGB
CMYK
RGB Variations
Color information
#389145 (or 0x389145) is known color: Chateau Green. HEX triplet: 38, 91 and 45. RGB value is (56,145,69). Sum of RGB (Red+Green+Blue) = 56+145+69=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #389145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389145 is #C76EBA. Grayscale: #6D6D6D. Windows color (decimal): -13070011 or 4559160. OLE color: 4559160.
HSL color Cylindrical-coordinate representation of color #389145: hue angle of 128.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389145 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 69 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.43 |
| HSL | 128.76º | 0.44% | 0.39% | - |
| HSV(B) | 128.76º | 0.61% | 0.57% | - |
| XYZ | 12.83 | 21.52 | 9.11 | - |
| YUV | 109.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 69 | 0.61 | 0 | 0.52 | 0.43 | 128.76 | 0.44 | 0.39 |
| Hex | 38 | 91 | 45 | 3D | 0 | 34 | 2B | 81 | 2C | 27 |
| Octal | 70 | 221 | 105 | 75 | 0 | 64 | 53 | 201 | 54 | 47 |
| Binary | 111000 | 10010001 | 1000101 | 111101 | 0 | 110100 | 101011 | 10000001 | 101100 | 100111 |
Color Harmonies of #389145
Complementary color
Monochromatic Colors of #389145
Black with #389145
Text Example
Text Example
White with #389145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389145; }
p { color: rgb(56,145,69); }
H1.HeaderClassName
{
color: #389145;
}
.AnyTagClassName
{
color: #389145;
}
</style>
background-color css
<style>
a { background-color: #389145; }
a { background-color: rgb(56,145,69); }
div.DivClassName
{
background-color: #389145;
}
.BgClassName
{
background-color: #389145;
}
</style>
border-color css
<style>
span { border-color: #389145; }
span { border-color: rgb(56,145,69); }
td.TdClassName
{
border-color: #389145;
}
.TagClassName
{
border-color: #389145;
}
</style>