Shades of Chateau Green #3A984C
Tints of Chateau Green #3A984C
RGB
CMYK
RGB Variations
Color information
#3A984C (or 0x3A984C) is known color: Chateau Green. HEX triplet: 3A, 98 and 4C. RGB value is (58,152,76). Sum of RGB (Red+Green+Blue) = 58+152+76=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #3A984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A984C is #C567B3. Grayscale: #737373. Windows color (decimal): -12937140 or 5019706. OLE color: 5019706.
HSL color Cylindrical-coordinate representation of color #3A984C: hue angle of 131.49º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A984C is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 76 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.40 |
| HSL | 131.49º | 0.45% | 0.41% | - |
| HSV(B) | 131.49º | 0.62% | 0.6% | - |
| XYZ | 14.28 | 23.88 | 10.69 | - |
| YUV | 115.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 76 | 0.62 | 0 | 0.50 | 0.40 | 131.49 | 0.45 | 0.41 |
| Hex | 3A | 98 | 4C | 3E | 0 | 32 | 28 | 83 | 2D | 29 |
| Octal | 72 | 230 | 114 | 76 | 0 | 62 | 50 | 203 | 55 | 51 |
| Binary | 111010 | 10011000 | 1001100 | 111110 | 0 | 110010 | 101000 | 10000011 | 101101 | 101001 |
Color Harmonies of #3A984C
Complementary color
Monochromatic Colors of #3A984C
Black with #3A984C
Text Example
Text Example
White with #3A984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A984C; }
p { color: rgb(58,152,76); }
H1.HeaderClassName
{
color: #3A984C;
}
.AnyTagClassName
{
color: #3A984C;
}
</style>
background-color css
<style>
a { background-color: #3A984C; }
a { background-color: rgb(58,152,76); }
div.DivClassName
{
background-color: #3A984C;
}
.BgClassName
{
background-color: #3A984C;
}
</style>
border-color css
<style>
span { border-color: #3A984C; }
span { border-color: rgb(58,152,76); }
td.TdClassName
{
border-color: #3A984C;
}
.TagClassName
{
border-color: #3A984C;
}
</style>