Shades of Chateau Green #3A984D
Tints of Chateau Green #3A984D
RGB
CMYK
RGB Variations
Color information
#3A984D (or 0x3A984D) is known color: Chateau Green. HEX triplet: 3A, 98 and 4D. RGB value is (58,152,77). Sum of RGB (Red+Green+Blue) = 58+152+77=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #3A984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A984D is #C567B2. Grayscale: #737373. Windows color (decimal): -12937139 or 5085242. OLE color: 5085242.
HSL color Cylindrical-coordinate representation of color #3A984D: hue angle of 132.13º 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 #3A984D is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 77 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.40 |
| HSL | 132.13º | 0.45% | 0.41% | - |
| HSV(B) | 132.13º | 0.62% | 0.6% | - |
| XYZ | 14.31 | 23.89 | 10.88 | - |
| YUV | 115.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 77 | 0.62 | 0 | 0.49 | 0.40 | 132.13 | 0.45 | 0.41 |
| Hex | 3A | 98 | 4D | 3E | 0 | 31 | 28 | 84 | 2D | 29 |
| Octal | 72 | 230 | 115 | 76 | 0 | 61 | 50 | 204 | 55 | 51 |
| Binary | 111010 | 10011000 | 1001101 | 111110 | 0 | 110001 | 101000 | 10000100 | 101101 | 101001 |
Color Harmonies of #3A984D
Complementary color
Monochromatic Colors of #3A984D
Black with #3A984D
Text Example
Text Example
White with #3A984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A984D; }
p { color: rgb(58,152,77); }
H1.HeaderClassName
{
color: #3A984D;
}
.AnyTagClassName
{
color: #3A984D;
}
</style>
background-color css
<style>
a { background-color: #3A984D; }
a { background-color: rgb(58,152,77); }
div.DivClassName
{
background-color: #3A984D;
}
.BgClassName
{
background-color: #3A984D;
}
</style>
border-color css
<style>
span { border-color: #3A984D; }
span { border-color: rgb(58,152,77); }
td.TdClassName
{
border-color: #3A984D;
}
.TagClassName
{
border-color: #3A984D;
}
</style>