Shades of Chateau Green #389146
Tints of Chateau Green #389146
RGB
CMYK
RGB Variations
Color information
#389146 (or 0x389146) is known color: Chateau Green. HEX triplet: 38, 91 and 46. RGB value is (56,145,70). Sum of RGB (Red+Green+Blue) = 56+145+70=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #389146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389146 is #C76EB9. Grayscale: #6E6E6E. Windows color (decimal): -13070010 or 4624696. OLE color: 4624696.
HSL color Cylindrical-coordinate representation of color #389146: hue angle of 129.44º 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 #389146 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 70 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.43 |
| HSL | 129.44º | 0.44% | 0.39% | - |
| HSV(B) | 129.44º | 0.61% | 0.57% | - |
| XYZ | 12.86 | 21.53 | 9.27 | - |
| YUV | 109.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 70 | 0.61 | 0 | 0.52 | 0.43 | 129.44 | 0.44 | 0.39 |
| Hex | 38 | 91 | 46 | 3D | 0 | 34 | 2B | 81 | 2C | 27 |
| Octal | 70 | 221 | 106 | 75 | 0 | 64 | 53 | 201 | 54 | 47 |
| Binary | 111000 | 10010001 | 1000110 | 111101 | 0 | 110100 | 101011 | 10000001 | 101100 | 100111 |
Color Harmonies of #389146
Complementary color
Monochromatic Colors of #389146
Black with #389146
Text Example
Text Example
White with #389146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389146; }
p { color: rgb(56,145,70); }
H1.HeaderClassName
{
color: #389146;
}
.AnyTagClassName
{
color: #389146;
}
</style>
background-color css
<style>
a { background-color: #389146; }
a { background-color: rgb(56,145,70); }
div.DivClassName
{
background-color: #389146;
}
.BgClassName
{
background-color: #389146;
}
</style>
border-color css
<style>
span { border-color: #389146; }
span { border-color: rgb(56,145,70); }
td.TdClassName
{
border-color: #389146;
}
.TagClassName
{
border-color: #389146;
}
</style>