Shades of Chateau Green #3A954C
Tints of Chateau Green #3A954C
RGB
CMYK
RGB Variations
Color information
#3A954C (or 0x3A954C) is known color: Chateau Green. HEX triplet: 3A, 95 and 4C. RGB value is (58,149,76). Sum of RGB (Red+Green+Blue) = 58+149+76=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A954C is #C56AB3. Grayscale: #717171. Windows color (decimal): -12937908 or 5018938. OLE color: 5018938.
HSL color Cylindrical-coordinate representation of color #3A954C: hue angle of 131.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A954C is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 76 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.42 |
| HSL | 131.87º | 0.44% | 0.41% | - |
| HSV(B) | 131.87º | 0.61% | 0.58% | - |
| XYZ | 13.8 | 22.92 | 10.53 | - |
| YUV | 113.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 76 | 0.61 | 0 | 0.49 | 0.42 | 131.87 | 0.44 | 0.41 |
| Hex | 3A | 95 | 4C | 3D | 0 | 31 | 2A | 84 | 2C | 29 |
| Octal | 72 | 225 | 114 | 75 | 0 | 61 | 52 | 204 | 54 | 51 |
| Binary | 111010 | 10010101 | 1001100 | 111101 | 0 | 110001 | 101010 | 10000100 | 101100 | 101001 |
Color Harmonies of #3A954C
Complementary color
Monochromatic Colors of #3A954C
Black with #3A954C
Text Example
Text Example
White with #3A954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A954C; }
p { color: rgb(58,149,76); }
H1.HeaderClassName
{
color: #3A954C;
}
.AnyTagClassName
{
color: #3A954C;
}
</style>
background-color css
<style>
a { background-color: #3A954C; }
a { background-color: rgb(58,149,76); }
div.DivClassName
{
background-color: #3A954C;
}
.BgClassName
{
background-color: #3A954C;
}
</style>
border-color css
<style>
span { border-color: #3A954C; }
span { border-color: rgb(58,149,76); }
td.TdClassName
{
border-color: #3A954C;
}
.TagClassName
{
border-color: #3A954C;
}
</style>