Shades of Chateau Green #3DB45F
Tints of Chateau Green #3DB45F
RGB
CMYK
RGB Variations
Color information
#3DB45F (or 0x3DB45F) is known color: Chateau Green. HEX triplet: 3D, B4 and 5F. RGB value is (61,180,95). Sum of RGB (Red+Green+Blue) = 61+180+95=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB45F is #C24BA0. Grayscale: #868686. Windows color (decimal): -12733345 or 6272061. OLE color: 6272061.
HSL color Cylindrical-coordinate representation of color #3DB45F: hue angle of 137.14º 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 #3DB45F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 95 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.29 |
| HSL | 137.14º | 0.49% | 0.47% | - |
| HSV(B) | 137.14º | 0.66% | 0.71% | - |
| XYZ | 20.31 | 34.46 | 16.41 | - |
| YUV | 134.73 | 105.58 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 95 | 0.66 | 0 | 0.47 | 0.29 | 137.14 | 0.49 | 0.47 |
| Hex | 3D | B4 | 5F | 42 | 0 | 2F | 1D | 89 | 31 | 2F |
| Octal | 75 | 264 | 137 | 102 | 0 | 57 | 35 | 211 | 61 | 57 |
| Binary | 111101 | 10110100 | 1011111 | 1000010 | 0 | 101111 | 11101 | 10001001 | 110001 | 101111 |
Color Harmonies of #3DB45F
Complementary color
Monochromatic Colors of #3DB45F
Black with #3DB45F
Text Example
Text Example
White with #3DB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB45F; }
p { color: rgb(61,180,95); }
H1.HeaderClassName
{
color: #3DB45F;
}
.AnyTagClassName
{
color: #3DB45F;
}
</style>
background-color css
<style>
a { background-color: #3DB45F; }
a { background-color: rgb(61,180,95); }
div.DivClassName
{
background-color: #3DB45F;
}
.BgClassName
{
background-color: #3DB45F;
}
</style>
border-color css
<style>
span { border-color: #3DB45F; }
span { border-color: rgb(61,180,95); }
td.TdClassName
{
border-color: #3DB45F;
}
.TagClassName
{
border-color: #3DB45F;
}
</style>