Shades of Chateau Green #3DBB56
Tints of Chateau Green #3DBB56
RGB
CMYK
RGB Variations
Color information
#3DBB56 (or 0x3DBB56) is known color: Chateau Green. HEX triplet: 3D, BB and 56. RGB value is (61,187,86). Sum of RGB (Red+Green+Blue) = 61+187+86=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB56 is #C244A9. Grayscale: #8A8A8A. Windows color (decimal): -12731562 or 5684029. OLE color: 5684029.
HSL color Cylindrical-coordinate representation of color #3DBB56: hue angle of 131.9º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB56 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 86 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.27 |
| HSL | 131.9º | 0.51% | 0.49% | - |
| HSV(B) | 131.9º | 0.67% | 0.73% | - |
| XYZ | 21.37 | 37.2 | 14.86 | - |
| YUV | 137.81 | 98.76 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 86 | 0.67 | 0 | 0.54 | 0.27 | 131.9 | 0.51 | 0.49 |
| Hex | 3D | BB | 56 | 43 | 0 | 36 | 1B | 84 | 33 | 31 |
| Octal | 75 | 273 | 126 | 103 | 0 | 66 | 33 | 204 | 63 | 61 |
| Binary | 111101 | 10111011 | 1010110 | 1000011 | 0 | 110110 | 11011 | 10000100 | 110011 | 110001 |
Color Harmonies of #3DBB56
Complementary color
Monochromatic Colors of #3DBB56
Black with #3DBB56
Text Example
Text Example
White with #3DBB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB56; }
p { color: rgb(61,187,86); }
H1.HeaderClassName
{
color: #3DBB56;
}
.AnyTagClassName
{
color: #3DBB56;
}
</style>
background-color css
<style>
a { background-color: #3DBB56; }
a { background-color: rgb(61,187,86); }
div.DivClassName
{
background-color: #3DBB56;
}
.BgClassName
{
background-color: #3DBB56;
}
</style>
border-color css
<style>
span { border-color: #3DBB56; }
span { border-color: rgb(61,187,86); }
td.TdClassName
{
border-color: #3DBB56;
}
.TagClassName
{
border-color: #3DBB56;
}
</style>