Shades of Chateau Green #3DA15C
Tints of Chateau Green #3DA15C
RGB
CMYK
RGB Variations
Color information
#3DA15C (or 0x3DA15C) is known color: Chateau Green. HEX triplet: 3D, A1 and 5C. RGB value is (61,161,92). Sum of RGB (Red+Green+Blue) = 61+161+92=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA15C is #C25EA3. Grayscale: #7B7B7B. Windows color (decimal): -12738212 or 6070589. OLE color: 6070589.
HSL color Cylindrical-coordinate representation of color #3DA15C: hue angle of 138.6º 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 #3DA15C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 92 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.37 |
| HSL | 138.6º | 0.45% | 0.44% | - |
| HSV(B) | 138.6º | 0.62% | 0.63% | - |
| XYZ | 16.6 | 27.25 | 14.51 | - |
| YUV | 123.23 | 110.37 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 92 | 0.62 | 0 | 0.43 | 0.37 | 138.6 | 0.45 | 0.44 |
| Hex | 3D | A1 | 5C | 3E | 0 | 2B | 25 | 8B | 2D | 2C |
| Octal | 75 | 241 | 134 | 76 | 0 | 53 | 45 | 213 | 55 | 54 |
| Binary | 111101 | 10100001 | 1011100 | 111110 | 0 | 101011 | 100101 | 10001011 | 101101 | 101100 |
Color Harmonies of #3DA15C
Complementary color
Monochromatic Colors of #3DA15C
Black with #3DA15C
Text Example
Text Example
White with #3DA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA15C; }
p { color: rgb(61,161,92); }
H1.HeaderClassName
{
color: #3DA15C;
}
.AnyTagClassName
{
color: #3DA15C;
}
</style>
background-color css
<style>
a { background-color: #3DA15C; }
a { background-color: rgb(61,161,92); }
div.DivClassName
{
background-color: #3DA15C;
}
.BgClassName
{
background-color: #3DA15C;
}
</style>
border-color css
<style>
span { border-color: #3DA15C; }
span { border-color: rgb(61,161,92); }
td.TdClassName
{
border-color: #3DA15C;
}
.TagClassName
{
border-color: #3DA15C;
}
</style>