Shades of Chateau Green #3DB45E
Tints of Chateau Green #3DB45E
RGB
CMYK
RGB Variations
Color information
#3DB45E (or 0x3DB45E) is known color: Chateau Green. HEX triplet: 3D, B4 and 5E. RGB value is (61,180,94). Sum of RGB (Red+Green+Blue) = 61+180+94=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB45E is #C24BA1. Grayscale: #868686. Windows color (decimal): -12733346 or 6206525. OLE color: 6206525.
HSL color Cylindrical-coordinate representation of color #3DB45E: hue angle of 136.64º 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 #3DB45E is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 94 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.29 |
| HSL | 136.64º | 0.49% | 0.47% | - |
| HSV(B) | 136.64º | 0.66% | 0.71% | - |
| XYZ | 20.27 | 34.44 | 16.17 | - |
| YUV | 134.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 94 | 0.66 | 0 | 0.48 | 0.29 | 136.64 | 0.49 | 0.47 |
| Hex | 3D | B4 | 5E | 42 | 0 | 30 | 1D | 89 | 31 | 2F |
| Octal | 75 | 264 | 136 | 102 | 0 | 60 | 35 | 211 | 61 | 57 |
| Binary | 111101 | 10110100 | 1011110 | 1000010 | 0 | 110000 | 11101 | 10001001 | 110001 | 101111 |
Color Harmonies of #3DB45E
Complementary color
Monochromatic Colors of #3DB45E
Black with #3DB45E
Text Example
Text Example
White with #3DB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB45E; }
p { color: rgb(61,180,94); }
H1.HeaderClassName
{
color: #3DB45E;
}
.AnyTagClassName
{
color: #3DB45E;
}
</style>
background-color css
<style>
a { background-color: #3DB45E; }
a { background-color: rgb(61,180,94); }
div.DivClassName
{
background-color: #3DB45E;
}
.BgClassName
{
background-color: #3DB45E;
}
</style>
border-color css
<style>
span { border-color: #3DB45E; }
span { border-color: rgb(61,180,94); }
td.TdClassName
{
border-color: #3DB45E;
}
.TagClassName
{
border-color: #3DB45E;
}
</style>