Shades of Chateau Green #3DA64E
Tints of Chateau Green #3DA64E
RGB
CMYK
RGB Variations
Color information
#3DA64E (or 0x3DA64E) is known color: Chateau Green. HEX triplet: 3D, A6 and 4E. RGB value is (61,166,78). Sum of RGB (Red+Green+Blue) = 61+166+78=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA64E is #C259B1. Grayscale: #7C7C7C. Windows color (decimal): -12736946 or 5154365. OLE color: 5154365.
HSL color Cylindrical-coordinate representation of color #3DA64E: hue angle of 129.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA64E is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 78 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.35 |
| HSL | 129.71º | 0.46% | 0.45% | - |
| HSV(B) | 129.71º | 0.63% | 0.65% | - |
| XYZ | 16.94 | 28.81 | 11.88 | - |
| YUV | 124.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 78 | 0.63 | 0 | 0.53 | 0.35 | 129.71 | 0.46 | 0.45 |
| Hex | 3D | A6 | 4E | 3F | 0 | 35 | 23 | 82 | 2E | 2D |
| Octal | 75 | 246 | 116 | 77 | 0 | 65 | 43 | 202 | 56 | 55 |
| Binary | 111101 | 10100110 | 1001110 | 111111 | 0 | 110101 | 100011 | 10000010 | 101110 | 101101 |
Color Harmonies of #3DA64E
Complementary color
Monochromatic Colors of #3DA64E
Black with #3DA64E
Text Example
Text Example
White with #3DA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA64E; }
p { color: rgb(61,166,78); }
H1.HeaderClassName
{
color: #3DA64E;
}
.AnyTagClassName
{
color: #3DA64E;
}
</style>
background-color css
<style>
a { background-color: #3DA64E; }
a { background-color: rgb(61,166,78); }
div.DivClassName
{
background-color: #3DA64E;
}
.BgClassName
{
background-color: #3DA64E;
}
</style>
border-color css
<style>
span { border-color: #3DA64E; }
span { border-color: rgb(61,166,78); }
td.TdClassName
{
border-color: #3DA64E;
}
.TagClassName
{
border-color: #3DA64E;
}
</style>