Shades of Chateau Green #3DB05B
Tints of Chateau Green #3DB05B
RGB
CMYK
RGB Variations
Color information
#3DB05B (or 0x3DB05B) is known color: Chateau Green. HEX triplet: 3D, B0 and 5B. RGB value is (61,176,91). Sum of RGB (Red+Green+Blue) = 61+176+91=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB05B is #C24FA4. Grayscale: #848484. Windows color (decimal): -12734373 or 6008893. OLE color: 6008893.
HSL color Cylindrical-coordinate representation of color #3DB05B: hue angle of 135.65º 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 #3DB05B is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 91 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.31 |
| HSL | 135.65º | 0.49% | 0.46% | - |
| HSV(B) | 135.65º | 0.65% | 0.69% | - |
| XYZ | 19.34 | 32.8 | 15.21 | - |
| YUV | 131.93 | 104.9 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 91 | 0.65 | 0 | 0.48 | 0.31 | 135.65 | 0.49 | 0.46 |
| Hex | 3D | B0 | 5B | 41 | 0 | 30 | 1F | 88 | 31 | 2E |
| Octal | 75 | 260 | 133 | 101 | 0 | 60 | 37 | 210 | 61 | 56 |
| Binary | 111101 | 10110000 | 1011011 | 1000001 | 0 | 110000 | 11111 | 10001000 | 110001 | 101110 |
Color Harmonies of #3DB05B
Complementary color
Monochromatic Colors of #3DB05B
Black with #3DB05B
Text Example
Text Example
White with #3DB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB05B; }
p { color: rgb(61,176,91); }
H1.HeaderClassName
{
color: #3DB05B;
}
.AnyTagClassName
{
color: #3DB05B;
}
</style>
background-color css
<style>
a { background-color: #3DB05B; }
a { background-color: rgb(61,176,91); }
div.DivClassName
{
background-color: #3DB05B;
}
.BgClassName
{
background-color: #3DB05B;
}
</style>
border-color css
<style>
span { border-color: #3DB05B; }
span { border-color: rgb(61,176,91); }
td.TdClassName
{
border-color: #3DB05B;
}
.TagClassName
{
border-color: #3DB05B;
}
</style>