Shades of Chateau Green #3BA64D
Tints of Chateau Green #3BA64D
RGB
CMYK
RGB Variations
Color information
#3BA64D (or 0x3BA64D) is known color: Chateau Green. HEX triplet: 3B, A6 and 4D. RGB value is (59,166,77). Sum of RGB (Red+Green+Blue) = 59+166+77=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA64D is #C459B2. Grayscale: #7C7C7C. Windows color (decimal): -12868019 or 5088827. OLE color: 5088827.
HSL color Cylindrical-coordinate representation of color #3BA64D: hue angle of 130.09º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA64D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 77 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.35 |
| HSL | 130.09º | 0.48% | 0.44% | - |
| HSV(B) | 130.09º | 0.64% | 0.65% | - |
| XYZ | 16.78 | 28.74 | 11.68 | - |
| YUV | 123.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 77 | 0.64 | 0 | 0.54 | 0.35 | 130.09 | 0.48 | 0.44 |
| Hex | 3B | A6 | 4D | 40 | 0 | 36 | 23 | 82 | 30 | 2C |
| Octal | 73 | 246 | 115 | 100 | 0 | 66 | 43 | 202 | 60 | 54 |
| Binary | 111011 | 10100110 | 1001101 | 1000000 | 0 | 110110 | 100011 | 10000010 | 110000 | 101100 |
Color Harmonies of #3BA64D
Complementary color
Monochromatic Colors of #3BA64D
Black with #3BA64D
Text Example
Text Example
White with #3BA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA64D; }
p { color: rgb(59,166,77); }
H1.HeaderClassName
{
color: #3BA64D;
}
.AnyTagClassName
{
color: #3BA64D;
}
</style>
background-color css
<style>
a { background-color: #3BA64D; }
a { background-color: rgb(59,166,77); }
div.DivClassName
{
background-color: #3BA64D;
}
.BgClassName
{
background-color: #3BA64D;
}
</style>
border-color css
<style>
span { border-color: #3BA64D; }
span { border-color: rgb(59,166,77); }
td.TdClassName
{
border-color: #3BA64D;
}
.TagClassName
{
border-color: #3BA64D;
}
</style>