Shades of Chateau Green #3DB552
Tints of Chateau Green #3DB552
RGB
CMYK
RGB Variations
Color information
#3DB552 (or 0x3DB552) is known color: Chateau Green. HEX triplet: 3D, B5 and 52. RGB value is (61,181,82). Sum of RGB (Red+Green+Blue) = 61+181+82=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB552 is #C24AAD. Grayscale: #868686. Windows color (decimal): -12733102 or 5420349. OLE color: 5420349.
HSL color Cylindrical-coordinate representation of color #3DB552: hue angle of 130.5º 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 #3DB552 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 82 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.29 |
| HSL | 130.5º | 0.5% | 0.47% | - |
| HSV(B) | 130.5º | 0.66% | 0.71% | - |
| XYZ | 19.97 | 34.65 | 13.62 | - |
| YUV | 133.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 82 | 0.66 | 0 | 0.55 | 0.29 | 130.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 52 | 42 | 0 | 37 | 1D | 82 | 32 | 2F |
| Octal | 75 | 265 | 122 | 102 | 0 | 67 | 35 | 202 | 62 | 57 |
| Binary | 111101 | 10110101 | 1010010 | 1000010 | 0 | 110111 | 11101 | 10000010 | 110010 | 101111 |
Color Harmonies of #3DB552
Complementary color
Monochromatic Colors of #3DB552
Black with #3DB552
Text Example
Text Example
White with #3DB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB552; }
p { color: rgb(61,181,82); }
H1.HeaderClassName
{
color: #3DB552;
}
.AnyTagClassName
{
color: #3DB552;
}
</style>
background-color css
<style>
a { background-color: #3DB552; }
a { background-color: rgb(61,181,82); }
div.DivClassName
{
background-color: #3DB552;
}
.BgClassName
{
background-color: #3DB552;
}
</style>
border-color css
<style>
span { border-color: #3DB552; }
span { border-color: rgb(61,181,82); }
td.TdClassName
{
border-color: #3DB552;
}
.TagClassName
{
border-color: #3DB552;
}
</style>