Shades of Chateau Green #3DA15D
Tints of Chateau Green #3DA15D
RGB
CMYK
RGB Variations
Color information
#3DA15D (or 0x3DA15D) is known color: Chateau Green. HEX triplet: 3D, A1 and 5D. RGB value is (61,161,93). Sum of RGB (Red+Green+Blue) = 61+161+93=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA15D is #C25EA2. Grayscale: #7B7B7B. Windows color (decimal): -12738211 or 6136125. OLE color: 6136125.
HSL color Cylindrical-coordinate representation of color #3DA15D: hue angle of 139.2º 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 #3DA15D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 93 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.37 |
| HSL | 139.2º | 0.45% | 0.44% | - |
| HSV(B) | 139.2º | 0.62% | 0.63% | - |
| XYZ | 16.65 | 27.27 | 14.74 | - |
| YUV | 123.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 93 | 0.62 | 0 | 0.42 | 0.37 | 139.2 | 0.45 | 0.44 |
| Hex | 3D | A1 | 5D | 3E | 0 | 2A | 25 | 8B | 2D | 2C |
| Octal | 75 | 241 | 135 | 76 | 0 | 52 | 45 | 213 | 55 | 54 |
| Binary | 111101 | 10100001 | 1011101 | 111110 | 0 | 101010 | 100101 | 10001011 | 101101 | 101100 |
Color Harmonies of #3DA15D
Complementary color
Monochromatic Colors of #3DA15D
Black with #3DA15D
Text Example
Text Example
White with #3DA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA15D; }
p { color: rgb(61,161,93); }
H1.HeaderClassName
{
color: #3DA15D;
}
.AnyTagClassName
{
color: #3DA15D;
}
</style>
background-color css
<style>
a { background-color: #3DA15D; }
a { background-color: rgb(61,161,93); }
div.DivClassName
{
background-color: #3DA15D;
}
.BgClassName
{
background-color: #3DA15D;
}
</style>
border-color css
<style>
span { border-color: #3DA15D; }
span { border-color: rgb(61,161,93); }
td.TdClassName
{
border-color: #3DA15D;
}
.TagClassName
{
border-color: #3DA15D;
}
</style>