Shades of Chateau Green #3BA35C
Tints of Chateau Green #3BA35C
RGB
CMYK
RGB Variations
Color information
#3BA35C (or 0x3BA35C) is known color: Chateau Green. HEX triplet: 3B, A3 and 5C. RGB value is (59,163,92). Sum of RGB (Red+Green+Blue) = 59+163+92=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA35C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA35C is #C45CA3. Grayscale: #7B7B7B. Windows color (decimal): -12868772 or 6071099. OLE color: 6071099.
HSL color Cylindrical-coordinate representation of color #3BA35C: hue angle of 139.04º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA35C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 92 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.36 |
| HSL | 139.04º | 0.47% | 0.44% | - |
| HSV(B) | 139.04º | 0.64% | 0.64% | - |
| XYZ | 16.83 | 27.9 | 14.62 | - |
| YUV | 123.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 92 | 0.64 | 0 | 0.44 | 0.36 | 139.04 | 0.47 | 0.44 |
| Hex | 3B | A3 | 5C | 40 | 0 | 2C | 24 | 8B | 2F | 2C |
| Octal | 73 | 243 | 134 | 100 | 0 | 54 | 44 | 213 | 57 | 54 |
| Binary | 111011 | 10100011 | 1011100 | 1000000 | 0 | 101100 | 100100 | 10001011 | 101111 | 101100 |
Color Harmonies of #3BA35C
Complementary color
Monochromatic Colors of #3BA35C
Black with #3BA35C
Text Example
Text Example
White with #3BA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA35C; }
p { color: rgb(59,163,92); }
H1.HeaderClassName
{
color: #3BA35C;
}
.AnyTagClassName
{
color: #3BA35C;
}
</style>
background-color css
<style>
a { background-color: #3BA35C; }
a { background-color: rgb(59,163,92); }
div.DivClassName
{
background-color: #3BA35C;
}
.BgClassName
{
background-color: #3BA35C;
}
</style>
border-color css
<style>
span { border-color: #3BA35C; }
span { border-color: rgb(59,163,92); }
td.TdClassName
{
border-color: #3BA35C;
}
.TagClassName
{
border-color: #3BA35C;
}
</style>