Shades of Chateau Green #3BAF57
Tints of Chateau Green #3BAF57
RGB
CMYK
RGB Variations
Color information
#3BAF57 (or 0x3BAF57) is known color: Chateau Green. HEX triplet: 3B, AF and 57. RGB value is (59,175,87). Sum of RGB (Red+Green+Blue) = 59+175+87=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF57 is #C450A8. Grayscale: #828282. Windows color (decimal): -12865705 or 5746491. OLE color: 5746491.
HSL color Cylindrical-coordinate representation of color #3BAF57: hue angle of 134.48º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF57 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 87 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.31 |
| HSL | 134.48º | 0.5% | 0.46% | - |
| HSV(B) | 134.48º | 0.66% | 0.69% | - |
| XYZ | 18.85 | 32.28 | 14.25 | - |
| YUV | 130.28 | 103.57 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 87 | 0.66 | 0 | 0.50 | 0.31 | 134.48 | 0.5 | 0.46 |
| Hex | 3B | AF | 57 | 42 | 0 | 32 | 1F | 86 | 32 | 2E |
| Octal | 73 | 257 | 127 | 102 | 0 | 62 | 37 | 206 | 62 | 56 |
| Binary | 111011 | 10101111 | 1010111 | 1000010 | 0 | 110010 | 11111 | 10000110 | 110010 | 101110 |
Color Harmonies of #3BAF57
Complementary color
Monochromatic Colors of #3BAF57
Black with #3BAF57
Text Example
Text Example
White with #3BAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF57; }
p { color: rgb(59,175,87); }
H1.HeaderClassName
{
color: #3BAF57;
}
.AnyTagClassName
{
color: #3BAF57;
}
</style>
background-color css
<style>
a { background-color: #3BAF57; }
a { background-color: rgb(59,175,87); }
div.DivClassName
{
background-color: #3BAF57;
}
.BgClassName
{
background-color: #3BAF57;
}
</style>
border-color css
<style>
span { border-color: #3BAF57; }
span { border-color: rgb(59,175,87); }
td.TdClassName
{
border-color: #3BAF57;
}
.TagClassName
{
border-color: #3BAF57;
}
</style>