Shades of Chateau Green #3DB35E
Tints of Chateau Green #3DB35E
RGB
CMYK
RGB Variations
Color information
#3DB35E (or 0x3DB35E) is known color: Chateau Green. HEX triplet: 3D, B3 and 5E. RGB value is (61,179,94). Sum of RGB (Red+Green+Blue) = 61+179+94=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB35E is #C24CA1. Grayscale: #868686. Windows color (decimal): -12733602 or 6206269. OLE color: 6206269.
HSL color Cylindrical-coordinate representation of color #3DB35E: hue angle of 136.78º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB35E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 94 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.30 |
| HSL | 136.78º | 0.49% | 0.47% | - |
| HSV(B) | 136.78º | 0.66% | 0.7% | - |
| XYZ | 20.06 | 34.04 | 16.1 | - |
| YUV | 134.03 | 105.41 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 94 | 0.66 | 0 | 0.47 | 0.30 | 136.78 | 0.49 | 0.47 |
| Hex | 3D | B3 | 5E | 42 | 0 | 2F | 1E | 89 | 31 | 2F |
| Octal | 75 | 263 | 136 | 102 | 0 | 57 | 36 | 211 | 61 | 57 |
| Binary | 111101 | 10110011 | 1011110 | 1000010 | 0 | 101111 | 11110 | 10001001 | 110001 | 101111 |
Color Harmonies of #3DB35E
Complementary color
Monochromatic Colors of #3DB35E
Black with #3DB35E
Text Example
Text Example
White with #3DB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB35E; }
p { color: rgb(61,179,94); }
H1.HeaderClassName
{
color: #3DB35E;
}
.AnyTagClassName
{
color: #3DB35E;
}
</style>
background-color css
<style>
a { background-color: #3DB35E; }
a { background-color: rgb(61,179,94); }
div.DivClassName
{
background-color: #3DB35E;
}
.BgClassName
{
background-color: #3DB35E;
}
</style>
border-color css
<style>
span { border-color: #3DB35E; }
span { border-color: rgb(61,179,94); }
td.TdClassName
{
border-color: #3DB35E;
}
.TagClassName
{
border-color: #3DB35E;
}
</style>