Shades of Chateau Green #3DBE55
Tints of Chateau Green #3DBE55
RGB
CMYK
RGB Variations
Color information
#3DBE55 (or 0x3DBE55) is known color: Chateau Green. HEX triplet: 3D, BE and 55. RGB value is (61,190,85). Sum of RGB (Red+Green+Blue) = 61+190+85=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE55 is #C241AA. Grayscale: #8B8B8B. Windows color (decimal): -12730795 or 5619261. OLE color: 5619261.
HSL color Cylindrical-coordinate representation of color #3DBE55: hue angle of 131.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE55 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 85 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.25 |
| HSL | 131.16º | 0.51% | 0.49% | - |
| HSV(B) | 131.16º | 0.68% | 0.75% | - |
| XYZ | 21.98 | 38.47 | 14.86 | - |
| YUV | 139.46 | 97.26 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 85 | 0.68 | 0 | 0.55 | 0.25 | 131.16 | 0.51 | 0.49 |
| Hex | 3D | BE | 55 | 44 | 0 | 37 | 19 | 83 | 33 | 31 |
| Octal | 75 | 276 | 125 | 104 | 0 | 67 | 31 | 203 | 63 | 61 |
| Binary | 111101 | 10111110 | 1010101 | 1000100 | 0 | 110111 | 11001 | 10000011 | 110011 | 110001 |
Color Harmonies of #3DBE55
Complementary color
Monochromatic Colors of #3DBE55
Black with #3DBE55
Text Example
Text Example
White with #3DBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE55; }
p { color: rgb(61,190,85); }
H1.HeaderClassName
{
color: #3DBE55;
}
.AnyTagClassName
{
color: #3DBE55;
}
</style>
background-color css
<style>
a { background-color: #3DBE55; }
a { background-color: rgb(61,190,85); }
div.DivClassName
{
background-color: #3DBE55;
}
.BgClassName
{
background-color: #3DBE55;
}
</style>
border-color css
<style>
span { border-color: #3DBE55; }
span { border-color: rgb(61,190,85); }
td.TdClassName
{
border-color: #3DBE55;
}
.TagClassName
{
border-color: #3DBE55;
}
</style>