Shades of Chateau Green #3DB75A
Tints of Chateau Green #3DB75A
RGB
CMYK
RGB Variations
Color information
#3DB75A (or 0x3DB75A) is known color: Chateau Green. HEX triplet: 3D, B7 and 5A. RGB value is (61,183,90). Sum of RGB (Red+Green+Blue) = 61+183+90=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB75A is #C248A5. Grayscale: #888888. Windows color (decimal): -12732582 or 5945149. OLE color: 5945149.
HSL color Cylindrical-coordinate representation of color #3DB75A: hue angle of 134.26º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB75A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 90 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.28 |
| HSL | 134.26º | 0.5% | 0.48% | - |
| HSV(B) | 134.26º | 0.67% | 0.72% | - |
| XYZ | 20.7 | 35.6 | 15.45 | - |
| YUV | 135.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 90 | 0.67 | 0 | 0.51 | 0.28 | 134.26 | 0.5 | 0.48 |
| Hex | 3D | B7 | 5A | 43 | 0 | 33 | 1C | 86 | 32 | 30 |
| Octal | 75 | 267 | 132 | 103 | 0 | 63 | 34 | 206 | 62 | 60 |
| Binary | 111101 | 10110111 | 1011010 | 1000011 | 0 | 110011 | 11100 | 10000110 | 110010 | 110000 |
Color Harmonies of #3DB75A
Complementary color
Monochromatic Colors of #3DB75A
Black with #3DB75A
Text Example
Text Example
White with #3DB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB75A; }
p { color: rgb(61,183,90); }
H1.HeaderClassName
{
color: #3DB75A;
}
.AnyTagClassName
{
color: #3DB75A;
}
</style>
background-color css
<style>
a { background-color: #3DB75A; }
a { background-color: rgb(61,183,90); }
div.DivClassName
{
background-color: #3DB75A;
}
.BgClassName
{
background-color: #3DB75A;
}
</style>
border-color css
<style>
span { border-color: #3DB75A; }
span { border-color: rgb(61,183,90); }
td.TdClassName
{
border-color: #3DB75A;
}
.TagClassName
{
border-color: #3DB75A;
}
</style>