Shades of Chateau Green #3DB459
Tints of Chateau Green #3DB459
RGB
CMYK
RGB Variations
Color information
#3DB459 (or 0x3DB459) is known color: Chateau Green. HEX triplet: 3D, B4 and 59. RGB value is (61,180,89). Sum of RGB (Red+Green+Blue) = 61+180+89=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB459 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB459 is #C24BA6. Grayscale: #868686. Windows color (decimal): -12733351 or 5878845. OLE color: 5878845.
HSL color Cylindrical-coordinate representation of color #3DB459: hue angle of 134.12º degrees, saturation: 0.49, 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 #3DB459 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 89 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.29 |
| HSL | 134.12º | 0.49% | 0.47% | - |
| HSV(B) | 134.12º | 0.66% | 0.71% | - |
| XYZ | 20.05 | 34.36 | 15.03 | - |
| YUV | 134.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 89 | 0.66 | 0 | 0.51 | 0.29 | 134.12 | 0.49 | 0.47 |
| Hex | 3D | B4 | 59 | 42 | 0 | 33 | 1D | 86 | 31 | 2F |
| Octal | 75 | 264 | 131 | 102 | 0 | 63 | 35 | 206 | 61 | 57 |
| Binary | 111101 | 10110100 | 1011001 | 1000010 | 0 | 110011 | 11101 | 10000110 | 110001 | 101111 |
Color Harmonies of #3DB459
Complementary color
Monochromatic Colors of #3DB459
Black with #3DB459
Text Example
Text Example
White with #3DB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB459; }
p { color: rgb(61,180,89); }
H1.HeaderClassName
{
color: #3DB459;
}
.AnyTagClassName
{
color: #3DB459;
}
</style>
background-color css
<style>
a { background-color: #3DB459; }
a { background-color: rgb(61,180,89); }
div.DivClassName
{
background-color: #3DB459;
}
.BgClassName
{
background-color: #3DB459;
}
</style>
border-color css
<style>
span { border-color: #3DB459; }
span { border-color: rgb(61,180,89); }
td.TdClassName
{
border-color: #3DB459;
}
.TagClassName
{
border-color: #3DB459;
}
</style>