Shades of Chateau Green #3AB355
Tints of Chateau Green #3AB355
RGB
CMYK
RGB Variations
Color information
#3AB355 (or 0x3AB355) is known color: Chateau Green. HEX triplet: 3A, B3 and 55. RGB value is (58,179,85). Sum of RGB (Red+Green+Blue) = 58+179+85=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB355 is #C54CAA. Grayscale: #848484. Windows color (decimal): -12930219 or 5616442. OLE color: 5616442.
HSL color Cylindrical-coordinate representation of color #3AB355: hue angle of 133.39º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB355 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 85 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.30 |
| HSL | 133.39º | 0.51% | 0.46% | - |
| HSV(B) | 133.39º | 0.68% | 0.7% | - |
| XYZ | 19.5 | 33.8 | 14.09 | - |
| YUV | 132.11 | 101.41 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 85 | 0.68 | 0 | 0.53 | 0.30 | 133.39 | 0.51 | 0.46 |
| Hex | 3A | B3 | 55 | 44 | 0 | 35 | 1E | 85 | 33 | 2E |
| Octal | 72 | 263 | 125 | 104 | 0 | 65 | 36 | 205 | 63 | 56 |
| Binary | 111010 | 10110011 | 1010101 | 1000100 | 0 | 110101 | 11110 | 10000101 | 110011 | 101110 |
Color Harmonies of #3AB355
Complementary color
Monochromatic Colors of #3AB355
Black with #3AB355
Text Example
Text Example
White with #3AB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB355; }
p { color: rgb(58,179,85); }
H1.HeaderClassName
{
color: #3AB355;
}
.AnyTagClassName
{
color: #3AB355;
}
</style>
background-color css
<style>
a { background-color: #3AB355; }
a { background-color: rgb(58,179,85); }
div.DivClassName
{
background-color: #3AB355;
}
.BgClassName
{
background-color: #3AB355;
}
</style>
border-color css
<style>
span { border-color: #3AB355; }
span { border-color: rgb(58,179,85); }
td.TdClassName
{
border-color: #3AB355;
}
.TagClassName
{
border-color: #3AB355;
}
</style>