Shades of Chateau Green #3BAF5E
Tints of Chateau Green #3BAF5E
RGB
CMYK
RGB Variations
Color information
#3BAF5E (or 0x3BAF5E) is known color: Chateau Green. HEX triplet: 3B, AF and 5E. RGB value is (59,175,94). Sum of RGB (Red+Green+Blue) = 59+175+94=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF5E is #C450A1. Grayscale: #838383. Windows color (decimal): -12865698 or 6205243. OLE color: 6205243.
HSL color Cylindrical-coordinate representation of color #3BAF5E: hue angle of 138.1º 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 #3BAF5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 94 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.31 |
| HSL | 138.1º | 0.5% | 0.46% | - |
| HSV(B) | 138.1º | 0.66% | 0.69% | - |
| XYZ | 19.15 | 32.4 | 15.83 | - |
| YUV | 131.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 94 | 0.66 | 0 | 0.46 | 0.31 | 138.1 | 0.5 | 0.46 |
| Hex | 3B | AF | 5E | 42 | 0 | 2E | 1F | 8A | 32 | 2E |
| Octal | 73 | 257 | 136 | 102 | 0 | 56 | 37 | 212 | 62 | 56 |
| Binary | 111011 | 10101111 | 1011110 | 1000010 | 0 | 101110 | 11111 | 10001010 | 110010 | 101110 |
Color Harmonies of #3BAF5E
Complementary color
Monochromatic Colors of #3BAF5E
Black with #3BAF5E
Text Example
Text Example
White with #3BAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF5E; }
p { color: rgb(59,175,94); }
H1.HeaderClassName
{
color: #3BAF5E;
}
.AnyTagClassName
{
color: #3BAF5E;
}
</style>
background-color css
<style>
a { background-color: #3BAF5E; }
a { background-color: rgb(59,175,94); }
div.DivClassName
{
background-color: #3BAF5E;
}
.BgClassName
{
background-color: #3BAF5E;
}
</style>
border-color css
<style>
span { border-color: #3BAF5E; }
span { border-color: rgb(59,175,94); }
td.TdClassName
{
border-color: #3BAF5E;
}
.TagClassName
{
border-color: #3BAF5E;
}
</style>