Shades of Chateau Green #3BA754
Tints of Chateau Green #3BA754
RGB
CMYK
RGB Variations
Color information
#3BA754 (or 0x3BA754) is known color: Chateau Green. HEX triplet: 3B, A7 and 54. RGB value is (59,167,84). Sum of RGB (Red+Green+Blue) = 59+167+84=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA754 is #C458AB. Grayscale: #7D7D7D. Windows color (decimal): -12867756 or 5547835. OLE color: 5547835.
HSL color Cylindrical-coordinate representation of color #3BA754: hue angle of 133.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA754 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 84 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.35 |
| HSL | 133.89º | 0.48% | 0.44% | - |
| HSV(B) | 133.89º | 0.65% | 0.65% | - |
| XYZ | 17.22 | 29.21 | 13.12 | - |
| YUV | 125.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 84 | 0.65 | 0 | 0.50 | 0.35 | 133.89 | 0.48 | 0.44 |
| Hex | 3B | A7 | 54 | 41 | 0 | 32 | 23 | 86 | 30 | 2C |
| Octal | 73 | 247 | 124 | 101 | 0 | 62 | 43 | 206 | 60 | 54 |
| Binary | 111011 | 10100111 | 1010100 | 1000001 | 0 | 110010 | 100011 | 10000110 | 110000 | 101100 |
Color Harmonies of #3BA754
Complementary color
Monochromatic Colors of #3BA754
Black with #3BA754
Text Example
Text Example
White with #3BA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA754; }
p { color: rgb(59,167,84); }
H1.HeaderClassName
{
color: #3BA754;
}
.AnyTagClassName
{
color: #3BA754;
}
</style>
background-color css
<style>
a { background-color: #3BA754; }
a { background-color: rgb(59,167,84); }
div.DivClassName
{
background-color: #3BA754;
}
.BgClassName
{
background-color: #3BA754;
}
</style>
border-color css
<style>
span { border-color: #3BA754; }
span { border-color: rgb(59,167,84); }
td.TdClassName
{
border-color: #3BA754;
}
.TagClassName
{
border-color: #3BA754;
}
</style>