Shades of Chateau Green #3B904C
Tints of Chateau Green #3B904C
RGB
CMYK
RGB Variations
Color information
#3B904C (or 0x3B904C) is known color: Chateau Green. HEX triplet: 3B, 90 and 4C. RGB value is (59,144,76). Sum of RGB (Red+Green+Blue) = 59+144+76=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #3B904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B904C is #C46FB3. Grayscale: #6F6F6F. Windows color (decimal): -12873652 or 5017659. OLE color: 5017659.
HSL color Cylindrical-coordinate representation of color #3B904C: hue angle of 132º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B904C is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 144 | 76 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.44 |
| HSL | 132º | 0.42% | 0.4% | - |
| HSV(B) | 132º | 0.59% | 0.56% | - |
| XYZ | 13.08 | 21.4 | 10.28 | - |
| YUV | 110.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 76 | 0.59 | 0 | 0.47 | 0.44 | 132 | 0.42 | 0.4 |
| Hex | 3B | 90 | 4C | 3B | 0 | 2F | 2C | 84 | 2A | 28 |
| Octal | 73 | 220 | 114 | 73 | 0 | 57 | 54 | 204 | 52 | 50 |
| Binary | 111011 | 10010000 | 1001100 | 111011 | 0 | 101111 | 101100 | 10000100 | 101010 | 101000 |
Color Harmonies of #3B904C
Complementary color
Monochromatic Colors of #3B904C
Black with #3B904C
Text Example
Text Example
White with #3B904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B904C; }
p { color: rgb(59,144,76); }
H1.HeaderClassName
{
color: #3B904C;
}
.AnyTagClassName
{
color: #3B904C;
}
</style>
background-color css
<style>
a { background-color: #3B904C; }
a { background-color: rgb(59,144,76); }
div.DivClassName
{
background-color: #3B904C;
}
.BgClassName
{
background-color: #3B904C;
}
</style>
border-color css
<style>
span { border-color: #3B904C; }
span { border-color: rgb(59,144,76); }
td.TdClassName
{
border-color: #3B904C;
}
.TagClassName
{
border-color: #3B904C;
}
</style>