Shades of Chateau Green #3BA04B
Tints of Chateau Green #3BA04B
RGB
CMYK
RGB Variations
Color information
#3BA04B (or 0x3BA04B) is known color: Chateau Green. HEX triplet: 3B, A0 and 4B. RGB value is (59,160,75). Sum of RGB (Red+Green+Blue) = 59+160+75=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA04B is #C45FB4. Grayscale: #787878. Windows color (decimal): -12869557 or 4956219. OLE color: 4956219.
HSL color Cylindrical-coordinate representation of color #3BA04B: hue angle of 129.5º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA04B is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 75 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.37 |
| HSL | 129.5º | 0.46% | 0.43% | - |
| HSV(B) | 129.5º | 0.63% | 0.63% | - |
| XYZ | 15.64 | 26.58 | 10.96 | - |
| YUV | 120.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 75 | 0.63 | 0 | 0.53 | 0.37 | 129.5 | 0.46 | 0.43 |
| Hex | 3B | A0 | 4B | 3F | 0 | 35 | 25 | 82 | 2E | 2B |
| Octal | 73 | 240 | 113 | 77 | 0 | 65 | 45 | 202 | 56 | 53 |
| Binary | 111011 | 10100000 | 1001011 | 111111 | 0 | 110101 | 100101 | 10000010 | 101110 | 101011 |
Color Harmonies of #3BA04B
Complementary color
Monochromatic Colors of #3BA04B
Black with #3BA04B
Text Example
Text Example
White with #3BA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA04B; }
p { color: rgb(59,160,75); }
H1.HeaderClassName
{
color: #3BA04B;
}
.AnyTagClassName
{
color: #3BA04B;
}
</style>
background-color css
<style>
a { background-color: #3BA04B; }
a { background-color: rgb(59,160,75); }
div.DivClassName
{
background-color: #3BA04B;
}
.BgClassName
{
background-color: #3BA04B;
}
</style>
border-color css
<style>
span { border-color: #3BA04B; }
span { border-color: rgb(59,160,75); }
td.TdClassName
{
border-color: #3BA04B;
}
.TagClassName
{
border-color: #3BA04B;
}
</style>