Shades of Chateau Green #3DA85D
Tints of Chateau Green #3DA85D
RGB
CMYK
RGB Variations
Color information
#3DA85D (or 0x3DA85D) is known color: Chateau Green. HEX triplet: 3D, A8 and 5D. RGB value is (61,168,93). Sum of RGB (Red+Green+Blue) = 61+168+93=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA85D is #C257A2. Grayscale: #7F7F7F. Windows color (decimal): -12736419 or 6137917. OLE color: 6137917.
HSL color Cylindrical-coordinate representation of color #3DA85D: hue angle of 137.94º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA85D is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 93 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.34 |
| HSL | 137.94º | 0.47% | 0.45% | - |
| HSV(B) | 137.94º | 0.64% | 0.66% | - |
| XYZ | 17.9 | 29.79 | 15.16 | - |
| YUV | 127.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 93 | 0.64 | 0 | 0.45 | 0.34 | 137.94 | 0.47 | 0.45 |
| Hex | 3D | A8 | 5D | 40 | 0 | 2D | 22 | 8A | 2F | 2D |
| Octal | 75 | 250 | 135 | 100 | 0 | 55 | 42 | 212 | 57 | 55 |
| Binary | 111101 | 10101000 | 1011101 | 1000000 | 0 | 101101 | 100010 | 10001010 | 101111 | 101101 |
Color Harmonies of #3DA85D
Complementary color
Monochromatic Colors of #3DA85D
Black with #3DA85D
Text Example
Text Example
White with #3DA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA85D; }
p { color: rgb(61,168,93); }
H1.HeaderClassName
{
color: #3DA85D;
}
.AnyTagClassName
{
color: #3DA85D;
}
</style>
background-color css
<style>
a { background-color: #3DA85D; }
a { background-color: rgb(61,168,93); }
div.DivClassName
{
background-color: #3DA85D;
}
.BgClassName
{
background-color: #3DA85D;
}
</style>
border-color css
<style>
span { border-color: #3DA85D; }
span { border-color: rgb(61,168,93); }
td.TdClassName
{
border-color: #3DA85D;
}
.TagClassName
{
border-color: #3DA85D;
}
</style>