Shades of Chateau Green #3BAA5D
Tints of Chateau Green #3BAA5D
RGB
CMYK
RGB Variations
Color information
#3BAA5D (or 0x3BAA5D) is known color: Chateau Green. HEX triplet: 3B, AA and 5D. RGB value is (59,170,93). Sum of RGB (Red+Green+Blue) = 59+170+93=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAA5D is #C455A2. Grayscale: #808080. Windows color (decimal): -12866979 or 6138427. OLE color: 6138427.
HSL color Cylindrical-coordinate representation of color #3BAA5D: hue angle of 138.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA5D is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 93 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.33 |
| HSL | 138.38º | 0.48% | 0.45% | - |
| HSV(B) | 138.38º | 0.65% | 0.67% | - |
| XYZ | 18.15 | 30.47 | 15.28 | - |
| YUV | 128.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 93 | 0.65 | 0 | 0.45 | 0.33 | 138.38 | 0.48 | 0.45 |
| Hex | 3B | AA | 5D | 41 | 0 | 2D | 21 | 8A | 30 | 2D |
| Octal | 73 | 252 | 135 | 101 | 0 | 55 | 41 | 212 | 60 | 55 |
| Binary | 111011 | 10101010 | 1011101 | 1000001 | 0 | 101101 | 100001 | 10001010 | 110000 | 101101 |
Color Harmonies of #3BAA5D
Complementary color
Monochromatic Colors of #3BAA5D
Black with #3BAA5D
Text Example
Text Example
White with #3BAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA5D; }
p { color: rgb(59,170,93); }
H1.HeaderClassName
{
color: #3BAA5D;
}
.AnyTagClassName
{
color: #3BAA5D;
}
</style>
background-color css
<style>
a { background-color: #3BAA5D; }
a { background-color: rgb(59,170,93); }
div.DivClassName
{
background-color: #3BAA5D;
}
.BgClassName
{
background-color: #3BAA5D;
}
</style>
border-color css
<style>
span { border-color: #3BAA5D; }
span { border-color: rgb(59,170,93); }
td.TdClassName
{
border-color: #3BAA5D;
}
.TagClassName
{
border-color: #3BAA5D;
}
</style>