Shades of Chateau Green #3B8F49
Tints of Chateau Green #3B8F49
RGB
CMYK
RGB Variations
Color information
#3B8F49 (or 0x3B8F49) is known color: Chateau Green. HEX triplet: 3B, 8F and 49. RGB value is (59,143,73). Sum of RGB (Red+Green+Blue) = 59+143+73=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8F49 is #C470B6. Grayscale: #6E6E6E. Windows color (decimal): -12873911 or 4820795. OLE color: 4820795.
HSL color Cylindrical-coordinate representation of color #3B8F49: hue angle of 130º 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 #3B8F49 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 143 | 73 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.44 |
| HSL | 130º | 0.42% | 0.4% | - |
| HSV(B) | 130º | 0.59% | 0.56% | - |
| XYZ | 12.83 | 21.06 | 9.69 | - |
| YUV | 109.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 73 | 0.59 | 0 | 0.49 | 0.44 | 130 | 0.42 | 0.4 |
| Hex | 3B | 8F | 49 | 3B | 0 | 31 | 2C | 82 | 2A | 28 |
| Octal | 73 | 217 | 111 | 73 | 0 | 61 | 54 | 202 | 52 | 50 |
| Binary | 111011 | 10001111 | 1001001 | 111011 | 0 | 110001 | 101100 | 10000010 | 101010 | 101000 |
Color Harmonies of #3B8F49
Complementary color
Monochromatic Colors of #3B8F49
Black with #3B8F49
Text Example
Text Example
White with #3B8F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8F49; }
p { color: rgb(59,143,73); }
H1.HeaderClassName
{
color: #3B8F49;
}
.AnyTagClassName
{
color: #3B8F49;
}
</style>
background-color css
<style>
a { background-color: #3B8F49; }
a { background-color: rgb(59,143,73); }
div.DivClassName
{
background-color: #3B8F49;
}
.BgClassName
{
background-color: #3B8F49;
}
</style>
border-color css
<style>
span { border-color: #3B8F49; }
span { border-color: rgb(59,143,73); }
td.TdClassName
{
border-color: #3B8F49;
}
.TagClassName
{
border-color: #3B8F49;
}
</style>