Shades of Chateau Green #3DA24E
Tints of Chateau Green #3DA24E
RGB
CMYK
RGB Variations
Color information
#3DA24E (or 0x3DA24E) is known color: Chateau Green. HEX triplet: 3D, A2 and 4E. RGB value is (61,162,78). Sum of RGB (Red+Green+Blue) = 61+162+78=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA24E is #C25DB1. Grayscale: #7A7A7A. Windows color (decimal): -12737970 or 5153341. OLE color: 5153341.
HSL color Cylindrical-coordinate representation of color #3DA24E: hue angle of 130.1º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA24E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 78 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.36 |
| HSL | 130.1º | 0.45% | 0.44% | - |
| HSV(B) | 130.1º | 0.62% | 0.64% | - |
| XYZ | 16.22 | 27.38 | 11.64 | - |
| YUV | 122.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 78 | 0.62 | 0 | 0.52 | 0.36 | 130.1 | 0.45 | 0.44 |
| Hex | 3D | A2 | 4E | 3E | 0 | 34 | 24 | 82 | 2D | 2C |
| Octal | 75 | 242 | 116 | 76 | 0 | 64 | 44 | 202 | 55 | 54 |
| Binary | 111101 | 10100010 | 1001110 | 111110 | 0 | 110100 | 100100 | 10000010 | 101101 | 101100 |
Color Harmonies of #3DA24E
Complementary color
Monochromatic Colors of #3DA24E
Black with #3DA24E
Text Example
Text Example
White with #3DA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA24E; }
p { color: rgb(61,162,78); }
H1.HeaderClassName
{
color: #3DA24E;
}
.AnyTagClassName
{
color: #3DA24E;
}
</style>
background-color css
<style>
a { background-color: #3DA24E; }
a { background-color: rgb(61,162,78); }
div.DivClassName
{
background-color: #3DA24E;
}
.BgClassName
{
background-color: #3DA24E;
}
</style>
border-color css
<style>
span { border-color: #3DA24E; }
span { border-color: rgb(61,162,78); }
td.TdClassName
{
border-color: #3DA24E;
}
.TagClassName
{
border-color: #3DA24E;
}
</style>