Shades of Chateau Green #3DB45A
Tints of Chateau Green #3DB45A
RGB
CMYK
RGB Variations
Color information
#3DB45A (or 0x3DB45A) is known color: Chateau Green. HEX triplet: 3D, B4 and 5A. RGB value is (61,180,90). Sum of RGB (Red+Green+Blue) = 61+180+90=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB45A is #C24BA5. Grayscale: #868686. Windows color (decimal): -12733350 or 5944381. OLE color: 5944381.
HSL color Cylindrical-coordinate representation of color #3DB45A: hue angle of 134.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB45A is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 90 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.29 |
| HSL | 134.62º | 0.49% | 0.47% | - |
| HSV(B) | 134.62º | 0.66% | 0.71% | - |
| XYZ | 20.09 | 34.37 | 15.25 | - |
| YUV | 134.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 90 | 0.66 | 0 | 0.50 | 0.29 | 134.62 | 0.49 | 0.47 |
| Hex | 3D | B4 | 5A | 42 | 0 | 32 | 1D | 87 | 31 | 2F |
| Octal | 75 | 264 | 132 | 102 | 0 | 62 | 35 | 207 | 61 | 57 |
| Binary | 111101 | 10110100 | 1011010 | 1000010 | 0 | 110010 | 11101 | 10000111 | 110001 | 101111 |
Color Harmonies of #3DB45A
Complementary color
Monochromatic Colors of #3DB45A
Black with #3DB45A
Text Example
Text Example
White with #3DB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB45A; }
p { color: rgb(61,180,90); }
H1.HeaderClassName
{
color: #3DB45A;
}
.AnyTagClassName
{
color: #3DB45A;
}
</style>
background-color css
<style>
a { background-color: #3DB45A; }
a { background-color: rgb(61,180,90); }
div.DivClassName
{
background-color: #3DB45A;
}
.BgClassName
{
background-color: #3DB45A;
}
</style>
border-color css
<style>
span { border-color: #3DB45A; }
span { border-color: rgb(61,180,90); }
td.TdClassName
{
border-color: #3DB45A;
}
.TagClassName
{
border-color: #3DB45A;
}
</style>