Shades of Chateau Green #3DA45A
Tints of Chateau Green #3DA45A
RGB
CMYK
RGB Variations
Color information
#3DA45A (or 0x3DA45A) is known color: Chateau Green. HEX triplet: 3D, A4 and 5A. RGB value is (61,164,90). Sum of RGB (Red+Green+Blue) = 61+164+90=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA45A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA45A is #C25BA5. Grayscale: #7C7C7C. Windows color (decimal): -12737446 or 5940285. OLE color: 5940285.
HSL color Cylindrical-coordinate representation of color #3DA45A: hue angle of 136.89º 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 #3DA45A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 90 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.36 |
| HSL | 136.89º | 0.46% | 0.44% | - |
| HSV(B) | 136.89º | 0.63% | 0.64% | - |
| XYZ | 17.05 | 28.28 | 14.23 | - |
| YUV | 124.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 90 | 0.63 | 0 | 0.45 | 0.36 | 136.89 | 0.46 | 0.44 |
| Hex | 3D | A4 | 5A | 3F | 0 | 2D | 24 | 89 | 2E | 2C |
| Octal | 75 | 244 | 132 | 77 | 0 | 55 | 44 | 211 | 56 | 54 |
| Binary | 111101 | 10100100 | 1011010 | 111111 | 0 | 101101 | 100100 | 10001001 | 101110 | 101100 |
Color Harmonies of #3DA45A
Complementary color
Monochromatic Colors of #3DA45A
Black with #3DA45A
Text Example
Text Example
White with #3DA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA45A; }
p { color: rgb(61,164,90); }
H1.HeaderClassName
{
color: #3DA45A;
}
.AnyTagClassName
{
color: #3DA45A;
}
</style>
background-color css
<style>
a { background-color: #3DA45A; }
a { background-color: rgb(61,164,90); }
div.DivClassName
{
background-color: #3DA45A;
}
.BgClassName
{
background-color: #3DA45A;
}
</style>
border-color css
<style>
span { border-color: #3DA45A; }
span { border-color: rgb(61,164,90); }
td.TdClassName
{
border-color: #3DA45A;
}
.TagClassName
{
border-color: #3DA45A;
}
</style>