Shades of Chateau Green #3DA14C
Tints of Chateau Green #3DA14C
RGB
CMYK
RGB Variations
Color information
#3DA14C (or 0x3DA14C) is known color: Chateau Green. HEX triplet: 3D, A1 and 4C. RGB value is (61,161,76). Sum of RGB (Red+Green+Blue) = 61+161+76=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA14C is #C25EB3. Grayscale: #797979. Windows color (decimal): -12738228 or 5022013. OLE color: 5022013.
HSL color Cylindrical-coordinate representation of color #3DA14C: hue angle of 129º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA14C is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 76 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.37 |
| HSL | 129º | 0.45% | 0.44% | - |
| HSV(B) | 129º | 0.62% | 0.63% | - |
| XYZ | 15.97 | 27 | 11.21 | - |
| YUV | 121.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 76 | 0.62 | 0 | 0.53 | 0.37 | 129 | 0.45 | 0.44 |
| Hex | 3D | A1 | 4C | 3E | 0 | 35 | 25 | 81 | 2D | 2C |
| Octal | 75 | 241 | 114 | 76 | 0 | 65 | 45 | 201 | 55 | 54 |
| Binary | 111101 | 10100001 | 1001100 | 111110 | 0 | 110101 | 100101 | 10000001 | 101101 | 101100 |
Color Harmonies of #3DA14C
Complementary color
Monochromatic Colors of #3DA14C
Black with #3DA14C
Text Example
Text Example
White with #3DA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA14C; }
p { color: rgb(61,161,76); }
H1.HeaderClassName
{
color: #3DA14C;
}
.AnyTagClassName
{
color: #3DA14C;
}
</style>
background-color css
<style>
a { background-color: #3DA14C; }
a { background-color: rgb(61,161,76); }
div.DivClassName
{
background-color: #3DA14C;
}
.BgClassName
{
background-color: #3DA14C;
}
</style>
border-color css
<style>
span { border-color: #3DA14C; }
span { border-color: rgb(61,161,76); }
td.TdClassName
{
border-color: #3DA14C;
}
.TagClassName
{
border-color: #3DA14C;
}
</style>