Shades of Chateau Green #3BAE60
Tints of Chateau Green #3BAE60
RGB
CMYK
RGB Variations
Color information
#3BAE60 (or 0x3BAE60) is known color: Chateau Green. HEX triplet: 3B, AE and 60. RGB value is (59,174,96). Sum of RGB (Red+Green+Blue) = 59+174+96=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE60 is #C4519F. Grayscale: #828282. Windows color (decimal): -12865952 or 6336059. OLE color: 6336059.
HSL color Cylindrical-coordinate representation of color #3BAE60: hue angle of 139.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE60 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 96 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.32 |
| HSL | 139.3º | 0.49% | 0.46% | - |
| HSV(B) | 139.3º | 0.66% | 0.68% | - |
| XYZ | 19.05 | 32.05 | 16.25 | - |
| YUV | 130.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 96 | 0.66 | 0 | 0.45 | 0.32 | 139.3 | 0.49 | 0.46 |
| Hex | 3B | AE | 60 | 42 | 0 | 2D | 20 | 8B | 31 | 2E |
| Octal | 73 | 256 | 140 | 102 | 0 | 55 | 40 | 213 | 61 | 56 |
| Binary | 111011 | 10101110 | 1100000 | 1000010 | 0 | 101101 | 100000 | 10001011 | 110001 | 101110 |
Color Harmonies of #3BAE60
Complementary color
Monochromatic Colors of #3BAE60
Black with #3BAE60
Text Example
Text Example
White with #3BAE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE60; }
p { color: rgb(59,174,96); }
H1.HeaderClassName
{
color: #3BAE60;
}
.AnyTagClassName
{
color: #3BAE60;
}
</style>
background-color css
<style>
a { background-color: #3BAE60; }
a { background-color: rgb(59,174,96); }
div.DivClassName
{
background-color: #3BAE60;
}
.BgClassName
{
background-color: #3BAE60;
}
</style>
border-color css
<style>
span { border-color: #3BAE60; }
span { border-color: rgb(59,174,96); }
td.TdClassName
{
border-color: #3BAE60;
}
.TagClassName
{
border-color: #3BAE60;
}
</style>