Shades of Chateau Green #3DB555
Tints of Chateau Green #3DB555
RGB
CMYK
RGB Variations
Color information
#3DB555 (or 0x3DB555) is known color: Chateau Green. HEX triplet: 3D, B5 and 55. RGB value is (61,181,85). Sum of RGB (Red+Green+Blue) = 61+181+85=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB555 is #C24AAA. Grayscale: #868686. Windows color (decimal): -12733099 or 5616957. OLE color: 5616957.
HSL color Cylindrical-coordinate representation of color #3DB555: hue angle of 132º degrees, saturation: 0.5, 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 #3DB555 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 85 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.29 |
| HSL | 132º | 0.5% | 0.47% | - |
| HSV(B) | 132º | 0.66% | 0.71% | - |
| XYZ | 20.09 | 34.7 | 14.23 | - |
| YUV | 134.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 85 | 0.66 | 0 | 0.53 | 0.29 | 132 | 0.5 | 0.47 |
| Hex | 3D | B5 | 55 | 42 | 0 | 35 | 1D | 84 | 32 | 2F |
| Octal | 75 | 265 | 125 | 102 | 0 | 65 | 35 | 204 | 62 | 57 |
| Binary | 111101 | 10110101 | 1010101 | 1000010 | 0 | 110101 | 11101 | 10000100 | 110010 | 101111 |
Color Harmonies of #3DB555
Complementary color
Monochromatic Colors of #3DB555
Black with #3DB555
Text Example
Text Example
White with #3DB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB555; }
p { color: rgb(61,181,85); }
H1.HeaderClassName
{
color: #3DB555;
}
.AnyTagClassName
{
color: #3DB555;
}
</style>
background-color css
<style>
a { background-color: #3DB555; }
a { background-color: rgb(61,181,85); }
div.DivClassName
{
background-color: #3DB555;
}
.BgClassName
{
background-color: #3DB555;
}
</style>
border-color css
<style>
span { border-color: #3DB555; }
span { border-color: rgb(61,181,85); }
td.TdClassName
{
border-color: #3DB555;
}
.TagClassName
{
border-color: #3DB555;
}
</style>