Shades of Chateau Green #3B914F
Tints of Chateau Green #3B914F
RGB
CMYK
RGB Variations
Color information
#3B914F (or 0x3B914F) is known color: Chateau Green. HEX triplet: 3B, 91 and 4F. RGB value is (59,145,79). Sum of RGB (Red+Green+Blue) = 59+145+79=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #3B914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B914F is #C46EB0. Grayscale: #6F6F6F. Windows color (decimal): -12873393 or 5214523. OLE color: 5214523.
HSL color Cylindrical-coordinate representation of color #3B914F: hue angle of 133.95º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B914F is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 79 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.43 |
| HSL | 133.95º | 0.42% | 0.4% | - |
| HSV(B) | 133.95º | 0.59% | 0.57% | - |
| XYZ | 13.34 | 21.75 | 10.89 | - |
| YUV | 111.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 79 | 0.59 | 0 | 0.46 | 0.43 | 133.95 | 0.42 | 0.4 |
| Hex | 3B | 91 | 4F | 3B | 0 | 2E | 2B | 86 | 2A | 28 |
| Octal | 73 | 221 | 117 | 73 | 0 | 56 | 53 | 206 | 52 | 50 |
| Binary | 111011 | 10010001 | 1001111 | 111011 | 0 | 101110 | 101011 | 10000110 | 101010 | 101000 |
Color Harmonies of #3B914F
Complementary color
Monochromatic Colors of #3B914F
Black with #3B914F
Text Example
Text Example
White with #3B914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B914F; }
p { color: rgb(59,145,79); }
H1.HeaderClassName
{
color: #3B914F;
}
.AnyTagClassName
{
color: #3B914F;
}
</style>
background-color css
<style>
a { background-color: #3B914F; }
a { background-color: rgb(59,145,79); }
div.DivClassName
{
background-color: #3B914F;
}
.BgClassName
{
background-color: #3B914F;
}
</style>
border-color css
<style>
span { border-color: #3B914F; }
span { border-color: rgb(59,145,79); }
td.TdClassName
{
border-color: #3B914F;
}
.TagClassName
{
border-color: #3B914F;
}
</style>