Shades of Chateau Green #3DA55A
Tints of Chateau Green #3DA55A
RGB
CMYK
RGB Variations
Color information
#3DA55A (or 0x3DA55A) is known color: Chateau Green. HEX triplet: 3D, A5 and 5A. RGB value is (61,165,90). Sum of RGB (Red+Green+Blue) = 61+165+90=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA55A is #C25AA5. Grayscale: #7D7D7D. Windows color (decimal): -12737190 or 5940541. OLE color: 5940541.
HSL color Cylindrical-coordinate representation of color #3DA55A: hue angle of 136.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA55A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 90 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.35 |
| HSL | 136.73º | 0.46% | 0.44% | - |
| HSV(B) | 136.73º | 0.63% | 0.65% | - |
| XYZ | 17.23 | 28.64 | 14.29 | - |
| YUV | 125.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 90 | 0.63 | 0 | 0.45 | 0.35 | 136.73 | 0.46 | 0.44 |
| Hex | 3D | A5 | 5A | 3F | 0 | 2D | 23 | 89 | 2E | 2C |
| Octal | 75 | 245 | 132 | 77 | 0 | 55 | 43 | 211 | 56 | 54 |
| Binary | 111101 | 10100101 | 1011010 | 111111 | 0 | 101101 | 100011 | 10001001 | 101110 | 101100 |
Color Harmonies of #3DA55A
Complementary color
Monochromatic Colors of #3DA55A
Black with #3DA55A
Text Example
Text Example
White with #3DA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA55A; }
p { color: rgb(61,165,90); }
H1.HeaderClassName
{
color: #3DA55A;
}
.AnyTagClassName
{
color: #3DA55A;
}
</style>
background-color css
<style>
a { background-color: #3DA55A; }
a { background-color: rgb(61,165,90); }
div.DivClassName
{
background-color: #3DA55A;
}
.BgClassName
{
background-color: #3DA55A;
}
</style>
border-color css
<style>
span { border-color: #3DA55A; }
span { border-color: rgb(61,165,90); }
td.TdClassName
{
border-color: #3DA55A;
}
.TagClassName
{
border-color: #3DA55A;
}
</style>