Shades of Chateau Green #3BA55F
Tints of Chateau Green #3BA55F
RGB
CMYK
RGB Variations
Color information
#3BA55F (or 0x3BA55F) is known color: Chateau Green. HEX triplet: 3B, A5 and 5F. RGB value is (59,165,95). Sum of RGB (Red+Green+Blue) = 59+165+95=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA55F is #C45AA0. Grayscale: #7D7D7D. Windows color (decimal): -12868257 or 6268219. OLE color: 6268219.
HSL color Cylindrical-coordinate representation of color #3BA55F: hue angle of 140.38º degrees, saturation: 0.47, 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 #3BA55F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 95 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.35 |
| HSL | 140.38º | 0.47% | 0.44% | - |
| HSV(B) | 140.38º | 0.64% | 0.65% | - |
| XYZ | 17.32 | 28.67 | 15.45 | - |
| YUV | 125.33 | 110.88 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 95 | 0.64 | 0 | 0.42 | 0.35 | 140.38 | 0.47 | 0.44 |
| Hex | 3B | A5 | 5F | 40 | 0 | 2A | 23 | 8C | 2F | 2C |
| Octal | 73 | 245 | 137 | 100 | 0 | 52 | 43 | 214 | 57 | 54 |
| Binary | 111011 | 10100101 | 1011111 | 1000000 | 0 | 101010 | 100011 | 10001100 | 101111 | 101100 |
Color Harmonies of #3BA55F
Complementary color
Monochromatic Colors of #3BA55F
Black with #3BA55F
Text Example
Text Example
White with #3BA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA55F; }
p { color: rgb(59,165,95); }
H1.HeaderClassName
{
color: #3BA55F;
}
.AnyTagClassName
{
color: #3BA55F;
}
</style>
background-color css
<style>
a { background-color: #3BA55F; }
a { background-color: rgb(59,165,95); }
div.DivClassName
{
background-color: #3BA55F;
}
.BgClassName
{
background-color: #3BA55F;
}
</style>
border-color css
<style>
span { border-color: #3BA55F; }
span { border-color: rgb(59,165,95); }
td.TdClassName
{
border-color: #3BA55F;
}
.TagClassName
{
border-color: #3BA55F;
}
</style>