Shades of Chateau Green #3DB85B
Tints of Chateau Green #3DB85B
RGB
CMYK
RGB Variations
Color information
#3DB85B (or 0x3DB85B) is known color: Chateau Green. HEX triplet: 3D, B8 and 5B. RGB value is (61,184,91). Sum of RGB (Red+Green+Blue) = 61+184+91=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB85B is #C247A4. Grayscale: #888888. Windows color (decimal): -12732325 or 6010941. OLE color: 6010941.
HSL color Cylindrical-coordinate representation of color #3DB85B: hue angle of 134.63º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB85B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 91 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.28 |
| HSL | 134.63º | 0.5% | 0.48% | - |
| HSV(B) | 134.63º | 0.67% | 0.72% | - |
| XYZ | 20.95 | 36.03 | 15.75 | - |
| YUV | 136.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 91 | 0.67 | 0 | 0.51 | 0.28 | 134.63 | 0.5 | 0.48 |
| Hex | 3D | B8 | 5B | 43 | 0 | 33 | 1C | 87 | 32 | 30 |
| Octal | 75 | 270 | 133 | 103 | 0 | 63 | 34 | 207 | 62 | 60 |
| Binary | 111101 | 10111000 | 1011011 | 1000011 | 0 | 110011 | 11100 | 10000111 | 110010 | 110000 |
Color Harmonies of #3DB85B
Complementary color
Monochromatic Colors of #3DB85B
Black with #3DB85B
Text Example
Text Example
White with #3DB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB85B; }
p { color: rgb(61,184,91); }
H1.HeaderClassName
{
color: #3DB85B;
}
.AnyTagClassName
{
color: #3DB85B;
}
</style>
background-color css
<style>
a { background-color: #3DB85B; }
a { background-color: rgb(61,184,91); }
div.DivClassName
{
background-color: #3DB85B;
}
.BgClassName
{
background-color: #3DB85B;
}
</style>
border-color css
<style>
span { border-color: #3DB85B; }
span { border-color: rgb(61,184,91); }
td.TdClassName
{
border-color: #3DB85B;
}
.TagClassName
{
border-color: #3DB85B;
}
</style>