Shades of Chateau Green #3BAD4E
Tints of Chateau Green #3BAD4E
RGB
CMYK
RGB Variations
Color information
#3BAD4E (or 0x3BAD4E) is known color: Chateau Green. HEX triplet: 3B, AD and 4E. RGB value is (59,173,78). Sum of RGB (Red+Green+Blue) = 59+173+78=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAD4E is #C452B1. Grayscale: #808080. Windows color (decimal): -12866226 or 5156155. OLE color: 5156155.
HSL color Cylindrical-coordinate representation of color #3BAD4E: hue angle of 130º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD4E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 173 | 78 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.32 |
| HSL | 130º | 0.49% | 0.45% | - |
| HSV(B) | 130º | 0.66% | 0.68% | - |
| XYZ | 18.12 | 31.37 | 12.31 | - |
| YUV | 128.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 78 | 0.66 | 0 | 0.55 | 0.32 | 130 | 0.49 | 0.45 |
| Hex | 3B | AD | 4E | 42 | 0 | 37 | 20 | 82 | 31 | 2D |
| Octal | 73 | 255 | 116 | 102 | 0 | 67 | 40 | 202 | 61 | 55 |
| Binary | 111011 | 10101101 | 1001110 | 1000010 | 0 | 110111 | 100000 | 10000010 | 110001 | 101101 |
Color Harmonies of #3BAD4E
Complementary color
Monochromatic Colors of #3BAD4E
Black with #3BAD4E
Text Example
Text Example
White with #3BAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAD4E; }
p { color: rgb(59,173,78); }
H1.HeaderClassName
{
color: #3BAD4E;
}
.AnyTagClassName
{
color: #3BAD4E;
}
</style>
background-color css
<style>
a { background-color: #3BAD4E; }
a { background-color: rgb(59,173,78); }
div.DivClassName
{
background-color: #3BAD4E;
}
.BgClassName
{
background-color: #3BAD4E;
}
</style>
border-color css
<style>
span { border-color: #3BAD4E; }
span { border-color: rgb(59,173,78); }
td.TdClassName
{
border-color: #3BAD4E;
}
.TagClassName
{
border-color: #3BAD4E;
}
</style>