Shades of Chateau Green #3AB35C
Tints of Chateau Green #3AB35C
RGB
CMYK
RGB Variations
Color information
#3AB35C (or 0x3AB35C) is known color: Chateau Green. HEX triplet: 3A, B3 and 5C. RGB value is (58,179,92). Sum of RGB (Red+Green+Blue) = 58+179+92=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB35C is #C54CA3. Grayscale: #858585. Windows color (decimal): -12930212 or 6075194. OLE color: 6075194.
HSL color Cylindrical-coordinate representation of color #3AB35C: hue angle of 136.86º 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 #3AB35C is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 92 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.30 |
| HSL | 136.86º | 0.51% | 0.46% | - |
| HSV(B) | 136.86º | 0.68% | 0.7% | - |
| XYZ | 19.8 | 33.91 | 15.63 | - |
| YUV | 132.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 92 | 0.68 | 0 | 0.49 | 0.30 | 136.86 | 0.51 | 0.46 |
| Hex | 3A | B3 | 5C | 44 | 0 | 31 | 1E | 89 | 33 | 2E |
| Octal | 72 | 263 | 134 | 104 | 0 | 61 | 36 | 211 | 63 | 56 |
| Binary | 111010 | 10110011 | 1011100 | 1000100 | 0 | 110001 | 11110 | 10001001 | 110011 | 101110 |
Color Harmonies of #3AB35C
Complementary color
Monochromatic Colors of #3AB35C
Black with #3AB35C
Text Example
Text Example
White with #3AB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB35C; }
p { color: rgb(58,179,92); }
H1.HeaderClassName
{
color: #3AB35C;
}
.AnyTagClassName
{
color: #3AB35C;
}
</style>
background-color css
<style>
a { background-color: #3AB35C; }
a { background-color: rgb(58,179,92); }
div.DivClassName
{
background-color: #3AB35C;
}
.BgClassName
{
background-color: #3AB35C;
}
</style>
border-color css
<style>
span { border-color: #3AB35C; }
span { border-color: rgb(58,179,92); }
td.TdClassName
{
border-color: #3AB35C;
}
.TagClassName
{
border-color: #3AB35C;
}
</style>