Shades of Chateau Green #3DB05E
Tints of Chateau Green #3DB05E
RGB
CMYK
RGB Variations
Color information
#3DB05E (or 0x3DB05E) is known color: Chateau Green. HEX triplet: 3D, B0 and 5E. RGB value is (61,176,94). Sum of RGB (Red+Green+Blue) = 61+176+94=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB05E is #C24FA1. Grayscale: #848484. Windows color (decimal): -12734370 or 6205501. OLE color: 6205501.
HSL color Cylindrical-coordinate representation of color #3DB05E: hue angle of 137.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB05E is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 94 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.31 |
| HSL | 137.22º | 0.49% | 0.46% | - |
| HSV(B) | 137.22º | 0.65% | 0.69% | - |
| XYZ | 19.47 | 32.85 | 15.9 | - |
| YUV | 132.27 | 106.4 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 94 | 0.65 | 0 | 0.47 | 0.31 | 137.22 | 0.49 | 0.46 |
| Hex | 3D | B0 | 5E | 41 | 0 | 2F | 1F | 89 | 31 | 2E |
| Octal | 75 | 260 | 136 | 101 | 0 | 57 | 37 | 211 | 61 | 56 |
| Binary | 111101 | 10110000 | 1011110 | 1000001 | 0 | 101111 | 11111 | 10001001 | 110001 | 101110 |
Color Harmonies of #3DB05E
Complementary color
Monochromatic Colors of #3DB05E
Black with #3DB05E
Text Example
Text Example
White with #3DB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB05E; }
p { color: rgb(61,176,94); }
H1.HeaderClassName
{
color: #3DB05E;
}
.AnyTagClassName
{
color: #3DB05E;
}
</style>
background-color css
<style>
a { background-color: #3DB05E; }
a { background-color: rgb(61,176,94); }
div.DivClassName
{
background-color: #3DB05E;
}
.BgClassName
{
background-color: #3DB05E;
}
</style>
border-color css
<style>
span { border-color: #3DB05E; }
span { border-color: rgb(61,176,94); }
td.TdClassName
{
border-color: #3DB05E;
}
.TagClassName
{
border-color: #3DB05E;
}
</style>