Shades of Chateau Green #3BA65B
Tints of Chateau Green #3BA65B
RGB
CMYK
RGB Variations
Color information
#3BA65B (or 0x3BA65B) is known color: Chateau Green. HEX triplet: 3B, A6 and 5B. RGB value is (59,166,91). Sum of RGB (Red+Green+Blue) = 59+166+91=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA65B is #C459A4. Grayscale: #7D7D7D. Windows color (decimal): -12868005 or 6006331. OLE color: 6006331.
HSL color Cylindrical-coordinate representation of color #3BA65B: hue angle of 137.94º 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 #3BA65B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 91 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.35 |
| HSL | 137.94º | 0.48% | 0.44% | - |
| HSV(B) | 137.94º | 0.64% | 0.65% | - |
| XYZ | 17.33 | 28.96 | 14.57 | - |
| YUV | 125.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 91 | 0.64 | 0 | 0.45 | 0.35 | 137.94 | 0.48 | 0.44 |
| Hex | 3B | A6 | 5B | 40 | 0 | 2D | 23 | 8A | 30 | 2C |
| Octal | 73 | 246 | 133 | 100 | 0 | 55 | 43 | 212 | 60 | 54 |
| Binary | 111011 | 10100110 | 1011011 | 1000000 | 0 | 101101 | 100011 | 10001010 | 110000 | 101100 |
Color Harmonies of #3BA65B
Complementary color
Monochromatic Colors of #3BA65B
Black with #3BA65B
Text Example
Text Example
White with #3BA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA65B; }
p { color: rgb(59,166,91); }
H1.HeaderClassName
{
color: #3BA65B;
}
.AnyTagClassName
{
color: #3BA65B;
}
</style>
background-color css
<style>
a { background-color: #3BA65B; }
a { background-color: rgb(59,166,91); }
div.DivClassName
{
background-color: #3BA65B;
}
.BgClassName
{
background-color: #3BA65B;
}
</style>
border-color css
<style>
span { border-color: #3BA65B; }
span { border-color: rgb(59,166,91); }
td.TdClassName
{
border-color: #3BA65B;
}
.TagClassName
{
border-color: #3BA65B;
}
</style>