Shades of Chateau Green #3B924C
Tints of Chateau Green #3B924C
RGB
CMYK
RGB Variations
Color information
#3B924C (or 0x3B924C) is known color: Chateau Green. HEX triplet: 3B, 92 and 4C. RGB value is (59,146,76). Sum of RGB (Red+Green+Blue) = 59+146+76=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #3B924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B924C is #C46DB3. Grayscale: #707070. Windows color (decimal): -12873140 or 5018171. OLE color: 5018171.
HSL color Cylindrical-coordinate representation of color #3B924C: hue angle of 131.72º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B924C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 146 | 76 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.43 |
| HSL | 131.72º | 0.42% | 0.4% | - |
| HSV(B) | 131.72º | 0.6% | 0.57% | - |
| XYZ | 13.39 | 22.01 | 10.38 | - |
| YUV | 112.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 76 | 0.60 | 0 | 0.48 | 0.43 | 131.72 | 0.42 | 0.4 |
| Hex | 3B | 92 | 4C | 3C | 0 | 30 | 2B | 84 | 2A | 28 |
| Octal | 73 | 222 | 114 | 74 | 0 | 60 | 53 | 204 | 52 | 50 |
| Binary | 111011 | 10010010 | 1001100 | 111100 | 0 | 110000 | 101011 | 10000100 | 101010 | 101000 |
Color Harmonies of #3B924C
Complementary color
Monochromatic Colors of #3B924C
Black with #3B924C
Text Example
Text Example
White with #3B924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B924C; }
p { color: rgb(59,146,76); }
H1.HeaderClassName
{
color: #3B924C;
}
.AnyTagClassName
{
color: #3B924C;
}
</style>
background-color css
<style>
a { background-color: #3B924C; }
a { background-color: rgb(59,146,76); }
div.DivClassName
{
background-color: #3B924C;
}
.BgClassName
{
background-color: #3B924C;
}
</style>
border-color css
<style>
span { border-color: #3B924C; }
span { border-color: rgb(59,146,76); }
td.TdClassName
{
border-color: #3B924C;
}
.TagClassName
{
border-color: #3B924C;
}
</style>