Shades of Chateau Green #3DA45D
Tints of Chateau Green #3DA45D
RGB
CMYK
RGB Variations
Color information
#3DA45D (or 0x3DA45D) is known color: Chateau Green. HEX triplet: 3D, A4 and 5D. RGB value is (61,164,93). Sum of RGB (Red+Green+Blue) = 61+164+93=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA45D is #C25BA2. Grayscale: #7D7D7D. Windows color (decimal): -12737443 or 6136893. OLE color: 6136893.
HSL color Cylindrical-coordinate representation of color #3DA45D: hue angle of 138.64º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA45D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 93 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.36 |
| HSL | 138.64º | 0.46% | 0.44% | - |
| HSV(B) | 138.64º | 0.63% | 0.64% | - |
| XYZ | 17.18 | 28.33 | 14.92 | - |
| YUV | 125.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 93 | 0.63 | 0 | 0.43 | 0.36 | 138.64 | 0.46 | 0.44 |
| Hex | 3D | A4 | 5D | 3F | 0 | 2B | 24 | 8B | 2E | 2C |
| Octal | 75 | 244 | 135 | 77 | 0 | 53 | 44 | 213 | 56 | 54 |
| Binary | 111101 | 10100100 | 1011101 | 111111 | 0 | 101011 | 100100 | 10001011 | 101110 | 101100 |
Color Harmonies of #3DA45D
Complementary color
Monochromatic Colors of #3DA45D
Black with #3DA45D
Text Example
Text Example
White with #3DA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA45D; }
p { color: rgb(61,164,93); }
H1.HeaderClassName
{
color: #3DA45D;
}
.AnyTagClassName
{
color: #3DA45D;
}
</style>
background-color css
<style>
a { background-color: #3DA45D; }
a { background-color: rgb(61,164,93); }
div.DivClassName
{
background-color: #3DA45D;
}
.BgClassName
{
background-color: #3DA45D;
}
</style>
border-color css
<style>
span { border-color: #3DA45D; }
span { border-color: rgb(61,164,93); }
td.TdClassName
{
border-color: #3DA45D;
}
.TagClassName
{
border-color: #3DA45D;
}
</style>