Shades of Chateau Green #3AB255
Tints of Chateau Green #3AB255
RGB
CMYK
RGB Variations
Color information
#3AB255 (or 0x3AB255) is known color: Chateau Green. HEX triplet: 3A, B2 and 55. RGB value is (58,178,85). Sum of RGB (Red+Green+Blue) = 58+178+85=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB255 is #C54DAA. Grayscale: #838383. Windows color (decimal): -12930475 or 5616186. OLE color: 5616186.
HSL color Cylindrical-coordinate representation of color #3AB255: hue angle of 133.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB255 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 85 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.30 |
| HSL | 133.5º | 0.51% | 0.46% | - |
| HSV(B) | 133.5º | 0.67% | 0.7% | - |
| XYZ | 19.31 | 33.4 | 14.02 | - |
| YUV | 131.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 85 | 0.67 | 0 | 0.52 | 0.30 | 133.5 | 0.51 | 0.46 |
| Hex | 3A | B2 | 55 | 43 | 0 | 34 | 1E | 86 | 33 | 2E |
| Octal | 72 | 262 | 125 | 103 | 0 | 64 | 36 | 206 | 63 | 56 |
| Binary | 111010 | 10110010 | 1010101 | 1000011 | 0 | 110100 | 11110 | 10000110 | 110011 | 101110 |
Color Harmonies of #3AB255
Complementary color
Monochromatic Colors of #3AB255
Black with #3AB255
Text Example
Text Example
White with #3AB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB255; }
p { color: rgb(58,178,85); }
H1.HeaderClassName
{
color: #3AB255;
}
.AnyTagClassName
{
color: #3AB255;
}
</style>
background-color css
<style>
a { background-color: #3AB255; }
a { background-color: rgb(58,178,85); }
div.DivClassName
{
background-color: #3AB255;
}
.BgClassName
{
background-color: #3AB255;
}
</style>
border-color css
<style>
span { border-color: #3AB255; }
span { border-color: rgb(58,178,85); }
td.TdClassName
{
border-color: #3AB255;
}
.TagClassName
{
border-color: #3AB255;
}
</style>