Shades of Chateau Green #3B934D
Tints of Chateau Green #3B934D
RGB
CMYK
RGB Variations
Color information
#3B934D (or 0x3B934D) is known color: Chateau Green. HEX triplet: 3B, 93 and 4D. RGB value is (59,147,77). Sum of RGB (Red+Green+Blue) = 59+147+77=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #3B934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B934D is #C46CB2. Grayscale: #707070. Windows color (decimal): -12872883 or 5083963. OLE color: 5083963.
HSL color Cylindrical-coordinate representation of color #3B934D: hue angle of 132.27º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B934D is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 147 | 77 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.42 |
| HSL | 132.27º | 0.43% | 0.4% | - |
| HSV(B) | 132.27º | 0.6% | 0.58% | - |
| XYZ | 13.58 | 22.33 | 10.62 | - |
| YUV | 112.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 147 | 77 | 0.60 | 0 | 0.48 | 0.42 | 132.27 | 0.43 | 0.4 |
| Hex | 3B | 93 | 4D | 3C | 0 | 30 | 2A | 84 | 2B | 28 |
| Octal | 73 | 223 | 115 | 74 | 0 | 60 | 52 | 204 | 53 | 50 |
| Binary | 111011 | 10010011 | 1001101 | 111100 | 0 | 110000 | 101010 | 10000100 | 101011 | 101000 |
Color Harmonies of #3B934D
Complementary color
Monochromatic Colors of #3B934D
Black with #3B934D
Text Example
Text Example
White with #3B934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B934D; }
p { color: rgb(59,147,77); }
H1.HeaderClassName
{
color: #3B934D;
}
.AnyTagClassName
{
color: #3B934D;
}
</style>
background-color css
<style>
a { background-color: #3B934D; }
a { background-color: rgb(59,147,77); }
div.DivClassName
{
background-color: #3B934D;
}
.BgClassName
{
background-color: #3B934D;
}
</style>
border-color css
<style>
span { border-color: #3B934D; }
span { border-color: rgb(59,147,77); }
td.TdClassName
{
border-color: #3B934D;
}
.TagClassName
{
border-color: #3B934D;
}
</style>