Shades of Chateau Green #3B9649
Tints of Chateau Green #3B9649
RGB
CMYK
RGB Variations
Color information
#3B9649 (or 0x3B9649) is known color: Chateau Green. HEX triplet: 3B, 96 and 49. RGB value is (59,150,73). Sum of RGB (Red+Green+Blue) = 59+150+73=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #3B9649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9649 is #C469B6. Grayscale: #727272. Windows color (decimal): -12872119 or 4822587. OLE color: 4822587.
HSL color Cylindrical-coordinate representation of color #3B9649: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9649 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 150 | 73 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.41 |
| HSL | 129.23º | 0.44% | 0.41% | - |
| HSV(B) | 129.23º | 0.61% | 0.59% | - |
| XYZ | 13.91 | 23.22 | 10.05 | - |
| YUV | 114.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 73 | 0.61 | 0 | 0.51 | 0.41 | 129.23 | 0.44 | 0.41 |
| Hex | 3B | 96 | 49 | 3D | 0 | 33 | 29 | 81 | 2C | 29 |
| Octal | 73 | 226 | 111 | 75 | 0 | 63 | 51 | 201 | 54 | 51 |
| Binary | 111011 | 10010110 | 1001001 | 111101 | 0 | 110011 | 101001 | 10000001 | 101100 | 101001 |
Color Harmonies of #3B9649
Complementary color
Monochromatic Colors of #3B9649
Black with #3B9649
Text Example
Text Example
White with #3B9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9649; }
p { color: rgb(59,150,73); }
H1.HeaderClassName
{
color: #3B9649;
}
.AnyTagClassName
{
color: #3B9649;
}
</style>
background-color css
<style>
a { background-color: #3B9649; }
a { background-color: rgb(59,150,73); }
div.DivClassName
{
background-color: #3B9649;
}
.BgClassName
{
background-color: #3B9649;
}
</style>
border-color css
<style>
span { border-color: #3B9649; }
span { border-color: rgb(59,150,73); }
td.TdClassName
{
border-color: #3B9649;
}
.TagClassName
{
border-color: #3B9649;
}
</style>