Shades of Chateau Green #3DA64F
Tints of Chateau Green #3DA64F
RGB
CMYK
RGB Variations
Color information
#3DA64F (or 0x3DA64F) is known color: Chateau Green. HEX triplet: 3D, A6 and 4F. RGB value is (61,166,79). Sum of RGB (Red+Green+Blue) = 61+166+79=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA64F is #C259B0. Grayscale: #7C7C7C. Windows color (decimal): -12736945 or 5219901. OLE color: 5219901.
HSL color Cylindrical-coordinate representation of color #3DA64F: hue angle of 130.29º 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 #3DA64F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 79 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.35 |
| HSL | 130.29º | 0.46% | 0.45% | - |
| HSV(B) | 130.29º | 0.63% | 0.65% | - |
| XYZ | 16.97 | 28.83 | 12.07 | - |
| YUV | 124.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 79 | 0.63 | 0 | 0.52 | 0.35 | 130.29 | 0.46 | 0.45 |
| Hex | 3D | A6 | 4F | 3F | 0 | 34 | 23 | 82 | 2E | 2D |
| Octal | 75 | 246 | 117 | 77 | 0 | 64 | 43 | 202 | 56 | 55 |
| Binary | 111101 | 10100110 | 1001111 | 111111 | 0 | 110100 | 100011 | 10000010 | 101110 | 101101 |
Color Harmonies of #3DA64F
Complementary color
Monochromatic Colors of #3DA64F
Black with #3DA64F
Text Example
Text Example
White with #3DA64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA64F; }
p { color: rgb(61,166,79); }
H1.HeaderClassName
{
color: #3DA64F;
}
.AnyTagClassName
{
color: #3DA64F;
}
</style>
background-color css
<style>
a { background-color: #3DA64F; }
a { background-color: rgb(61,166,79); }
div.DivClassName
{
background-color: #3DA64F;
}
.BgClassName
{
background-color: #3DA64F;
}
</style>
border-color css
<style>
span { border-color: #3DA64F; }
span { border-color: rgb(61,166,79); }
td.TdClassName
{
border-color: #3DA64F;
}
.TagClassName
{
border-color: #3DA64F;
}
</style>