Shades of Chateau Green #3DA15A
Tints of Chateau Green #3DA15A
RGB
CMYK
RGB Variations
Color information
#3DA15A (or 0x3DA15A) is known color: Chateau Green. HEX triplet: 3D, A1 and 5A. RGB value is (61,161,90). Sum of RGB (Red+Green+Blue) = 61+161+90=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA15A is #C25EA5. Grayscale: #7B7B7B. Windows color (decimal): -12738214 or 5939517. OLE color: 5939517.
HSL color Cylindrical-coordinate representation of color #3DA15A: hue angle of 137.4º 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 #3DA15A is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 90 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.37 |
| HSL | 137.4º | 0.45% | 0.44% | - |
| HSV(B) | 137.4º | 0.62% | 0.63% | - |
| XYZ | 16.51 | 27.22 | 14.06 | - |
| YUV | 123.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 90 | 0.62 | 0 | 0.44 | 0.37 | 137.4 | 0.45 | 0.44 |
| Hex | 3D | A1 | 5A | 3E | 0 | 2C | 25 | 89 | 2D | 2C |
| Octal | 75 | 241 | 132 | 76 | 0 | 54 | 45 | 211 | 55 | 54 |
| Binary | 111101 | 10100001 | 1011010 | 111110 | 0 | 101100 | 100101 | 10001001 | 101101 | 101100 |
Color Harmonies of #3DA15A
Complementary color
Monochromatic Colors of #3DA15A
Black with #3DA15A
Text Example
Text Example
White with #3DA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA15A; }
p { color: rgb(61,161,90); }
H1.HeaderClassName
{
color: #3DA15A;
}
.AnyTagClassName
{
color: #3DA15A;
}
</style>
background-color css
<style>
a { background-color: #3DA15A; }
a { background-color: rgb(61,161,90); }
div.DivClassName
{
background-color: #3DA15A;
}
.BgClassName
{
background-color: #3DA15A;
}
</style>
border-color css
<style>
span { border-color: #3DA15A; }
span { border-color: rgb(61,161,90); }
td.TdClassName
{
border-color: #3DA15A;
}
.TagClassName
{
border-color: #3DA15A;
}
</style>