Shades of Chateau Green #3DB559
Tints of Chateau Green #3DB559
RGB
CMYK
RGB Variations
Color information
#3DB559 (or 0x3DB559) is known color: Chateau Green. HEX triplet: 3D, B5 and 59. RGB value is (61,181,89). Sum of RGB (Red+Green+Blue) = 61+181+89=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB559 is #C24AA6. Grayscale: #868686. Windows color (decimal): -12733095 or 5879101. OLE color: 5879101.
HSL color Cylindrical-coordinate representation of color #3DB559: hue angle of 134º 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 #3DB559 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 89 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.29 |
| HSL | 134º | 0.5% | 0.47% | - |
| HSV(B) | 134º | 0.66% | 0.71% | - |
| XYZ | 20.25 | 34.76 | 15.09 | - |
| YUV | 134.63 | 102.24 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 89 | 0.66 | 0 | 0.51 | 0.29 | 134 | 0.5 | 0.47 |
| Hex | 3D | B5 | 59 | 42 | 0 | 33 | 1D | 86 | 32 | 2F |
| Octal | 75 | 265 | 131 | 102 | 0 | 63 | 35 | 206 | 62 | 57 |
| Binary | 111101 | 10110101 | 1011001 | 1000010 | 0 | 110011 | 11101 | 10000110 | 110010 | 101111 |
Color Harmonies of #3DB559
Complementary color
Monochromatic Colors of #3DB559
Black with #3DB559
Text Example
Text Example
White with #3DB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB559; }
p { color: rgb(61,181,89); }
H1.HeaderClassName
{
color: #3DB559;
}
.AnyTagClassName
{
color: #3DB559;
}
</style>
background-color css
<style>
a { background-color: #3DB559; }
a { background-color: rgb(61,181,89); }
div.DivClassName
{
background-color: #3DB559;
}
.BgClassName
{
background-color: #3DB559;
}
</style>
border-color css
<style>
span { border-color: #3DB559; }
span { border-color: rgb(61,181,89); }
td.TdClassName
{
border-color: #3DB559;
}
.TagClassName
{
border-color: #3DB559;
}
</style>