Shades of Chateau Green #3BAB4D
Tints of Chateau Green #3BAB4D
RGB
CMYK
RGB Variations
Color information
#3BAB4D (or 0x3BAB4D) is known color: Chateau Green. HEX triplet: 3B, AB and 4D. RGB value is (59,171,77). Sum of RGB (Red+Green+Blue) = 59+171+77=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAB4D is #C454B2. Grayscale: #7F7F7F. Windows color (decimal): -12866739 or 5090107. OLE color: 5090107.
HSL color Cylindrical-coordinate representation of color #3BAB4D: hue angle of 129.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB4D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 77 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.33 |
| HSL | 129.64º | 0.49% | 0.45% | - |
| HSV(B) | 129.64º | 0.65% | 0.67% | - |
| XYZ | 17.71 | 30.59 | 11.99 | - |
| YUV | 126.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 77 | 0.65 | 0 | 0.55 | 0.33 | 129.64 | 0.49 | 0.45 |
| Hex | 3B | AB | 4D | 41 | 0 | 37 | 21 | 82 | 31 | 2D |
| Octal | 73 | 253 | 115 | 101 | 0 | 67 | 41 | 202 | 61 | 55 |
| Binary | 111011 | 10101011 | 1001101 | 1000001 | 0 | 110111 | 100001 | 10000010 | 110001 | 101101 |
Color Harmonies of #3BAB4D
Complementary color
Monochromatic Colors of #3BAB4D
Black with #3BAB4D
Text Example
Text Example
White with #3BAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB4D; }
p { color: rgb(59,171,77); }
H1.HeaderClassName
{
color: #3BAB4D;
}
.AnyTagClassName
{
color: #3BAB4D;
}
</style>
background-color css
<style>
a { background-color: #3BAB4D; }
a { background-color: rgb(59,171,77); }
div.DivClassName
{
background-color: #3BAB4D;
}
.BgClassName
{
background-color: #3BAB4D;
}
</style>
border-color css
<style>
span { border-color: #3BAB4D; }
span { border-color: rgb(59,171,77); }
td.TdClassName
{
border-color: #3BAB4D;
}
.TagClassName
{
border-color: #3BAB4D;
}
</style>