Shades of Chateau Green #3BA45F
Tints of Chateau Green #3BA45F
RGB
CMYK
RGB Variations
Color information
#3BA45F (or 0x3BA45F) is known color: Chateau Green. HEX triplet: 3B, A4 and 5F. RGB value is (59,164,95). Sum of RGB (Red+Green+Blue) = 59+164+95=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA45F is #C45BA0. Grayscale: #7C7C7C. Windows color (decimal): -12868513 or 6267963. OLE color: 6267963.
HSL color Cylindrical-coordinate representation of color #3BA45F: hue angle of 140.57º 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 #3BA45F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 95 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.36 |
| HSL | 140.57º | 0.47% | 0.44% | - |
| HSV(B) | 140.57º | 0.64% | 0.64% | - |
| XYZ | 17.14 | 28.31 | 15.39 | - |
| YUV | 124.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 95 | 0.64 | 0 | 0.42 | 0.36 | 140.57 | 0.47 | 0.44 |
| Hex | 3B | A4 | 5F | 40 | 0 | 2A | 24 | 8D | 2F | 2C |
| Octal | 73 | 244 | 137 | 100 | 0 | 52 | 44 | 215 | 57 | 54 |
| Binary | 111011 | 10100100 | 1011111 | 1000000 | 0 | 101010 | 100100 | 10001101 | 101111 | 101100 |
Color Harmonies of #3BA45F
Complementary color
Monochromatic Colors of #3BA45F
Black with #3BA45F
Text Example
Text Example
White with #3BA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA45F; }
p { color: rgb(59,164,95); }
H1.HeaderClassName
{
color: #3BA45F;
}
.AnyTagClassName
{
color: #3BA45F;
}
</style>
background-color css
<style>
a { background-color: #3BA45F; }
a { background-color: rgb(59,164,95); }
div.DivClassName
{
background-color: #3BA45F;
}
.BgClassName
{
background-color: #3BA45F;
}
</style>
border-color css
<style>
span { border-color: #3BA45F; }
span { border-color: rgb(59,164,95); }
td.TdClassName
{
border-color: #3BA45F;
}
.TagClassName
{
border-color: #3BA45F;
}
</style>