Shades of Chateau Green #3BA261
Tints of Chateau Green #3BA261
RGB
CMYK
RGB Variations
Color information
#3BA261 (or 0x3BA261) is known color: Chateau Green. HEX triplet: 3B, A2 and 61. RGB value is (59,162,97). Sum of RGB (Red+Green+Blue) = 59+162+97=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA261 is #C45D9E. Grayscale: #7B7B7B. Windows color (decimal): -12869023 or 6398523. OLE color: 6398523.
HSL color Cylindrical-coordinate representation of color #3BA261: hue angle of 142.14º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA261 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 162 | 97 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.36 |
| HSL | 142.14º | 0.47% | 0.43% | - |
| HSV(B) | 142.14º | 0.64% | 0.64% | - |
| XYZ | 16.88 | 27.63 | 15.75 | - |
| YUV | 123.79 | 112.88 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 97 | 0.64 | 0 | 0.40 | 0.36 | 142.14 | 0.47 | 0.43 |
| Hex | 3B | A2 | 61 | 40 | 0 | 28 | 24 | 8E | 2F | 2B |
| Octal | 73 | 242 | 141 | 100 | 0 | 50 | 44 | 216 | 57 | 53 |
| Binary | 111011 | 10100010 | 1100001 | 1000000 | 0 | 101000 | 100100 | 10001110 | 101111 | 101011 |
Color Harmonies of #3BA261
Complementary color
Monochromatic Colors of #3BA261
Black with #3BA261
Text Example
Text Example
White with #3BA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA261; }
p { color: rgb(59,162,97); }
H1.HeaderClassName
{
color: #3BA261;
}
.AnyTagClassName
{
color: #3BA261;
}
</style>
background-color css
<style>
a { background-color: #3BA261; }
a { background-color: rgb(59,162,97); }
div.DivClassName
{
background-color: #3BA261;
}
.BgClassName
{
background-color: #3BA261;
}
</style>
border-color css
<style>
span { border-color: #3BA261; }
span { border-color: rgb(59,162,97); }
td.TdClassName
{
border-color: #3BA261;
}
.TagClassName
{
border-color: #3BA261;
}
</style>