Shades of Chateau Green #3B904E
Tints of Chateau Green #3B904E
RGB
CMYK
RGB Variations
Color information
#3B904E (or 0x3B904E) is known color: Chateau Green. HEX triplet: 3B, 90 and 4E. RGB value is (59,144,78). Sum of RGB (Red+Green+Blue) = 59+144+78=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #3B904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B904E is #C46FB1. Grayscale: #6F6F6F. Windows color (decimal): -12873650 or 5148731. OLE color: 5148731.
HSL color Cylindrical-coordinate representation of color #3B904E: hue angle of 133.41º 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 #3B904E is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 144 | 78 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.44 |
| HSL | 133.41º | 0.42% | 0.4% | - |
| HSV(B) | 133.41º | 0.59% | 0.56% | - |
| XYZ | 13.15 | 21.43 | 10.65 | - |
| YUV | 111.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 78 | 0.59 | 0 | 0.46 | 0.44 | 133.41 | 0.42 | 0.4 |
| Hex | 3B | 90 | 4E | 3B | 0 | 2E | 2C | 85 | 2A | 28 |
| Octal | 73 | 220 | 116 | 73 | 0 | 56 | 54 | 205 | 52 | 50 |
| Binary | 111011 | 10010000 | 1001110 | 111011 | 0 | 101110 | 101100 | 10000101 | 101010 | 101000 |
Color Harmonies of #3B904E
Complementary color
Monochromatic Colors of #3B904E
Black with #3B904E
Text Example
Text Example
White with #3B904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B904E; }
p { color: rgb(59,144,78); }
H1.HeaderClassName
{
color: #3B904E;
}
.AnyTagClassName
{
color: #3B904E;
}
</style>
background-color css
<style>
a { background-color: #3B904E; }
a { background-color: rgb(59,144,78); }
div.DivClassName
{
background-color: #3B904E;
}
.BgClassName
{
background-color: #3B904E;
}
</style>
border-color css
<style>
span { border-color: #3B904E; }
span { border-color: rgb(59,144,78); }
td.TdClassName
{
border-color: #3B904E;
}
.TagClassName
{
border-color: #3B904E;
}
</style>