Shades of Chateau Green #3B914B
Tints of Chateau Green #3B914B
RGB
CMYK
RGB Variations
Color information
#3B914B (or 0x3B914B) is known color: Chateau Green. HEX triplet: 3B, 91 and 4B. RGB value is (59,145,75). Sum of RGB (Red+Green+Blue) = 59+145+75=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #3B914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B914B is #C46EB4. Grayscale: #6F6F6F. Windows color (decimal): -12873397 or 4952379. OLE color: 4952379.
HSL color Cylindrical-coordinate representation of color #3B914B: hue angle of 131.16º 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 #3B914B is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 75 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.43 |
| HSL | 131.16º | 0.42% | 0.4% | - |
| HSV(B) | 131.16º | 0.59% | 0.57% | - |
| XYZ | 13.2 | 21.69 | 10.15 | - |
| YUV | 111.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 75 | 0.59 | 0 | 0.48 | 0.43 | 131.16 | 0.42 | 0.4 |
| Hex | 3B | 91 | 4B | 3B | 0 | 30 | 2B | 83 | 2A | 28 |
| Octal | 73 | 221 | 113 | 73 | 0 | 60 | 53 | 203 | 52 | 50 |
| Binary | 111011 | 10010001 | 1001011 | 111011 | 0 | 110000 | 101011 | 10000011 | 101010 | 101000 |
Color Harmonies of #3B914B
Complementary color
Monochromatic Colors of #3B914B
Black with #3B914B
Text Example
Text Example
White with #3B914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B914B; }
p { color: rgb(59,145,75); }
H1.HeaderClassName
{
color: #3B914B;
}
.AnyTagClassName
{
color: #3B914B;
}
</style>
background-color css
<style>
a { background-color: #3B914B; }
a { background-color: rgb(59,145,75); }
div.DivClassName
{
background-color: #3B914B;
}
.BgClassName
{
background-color: #3B914B;
}
</style>
border-color css
<style>
span { border-color: #3B914B; }
span { border-color: rgb(59,145,75); }
td.TdClassName
{
border-color: #3B914B;
}
.TagClassName
{
border-color: #3B914B;
}
</style>