Shades of Chateau Green #3AC058
Tints of Chateau Green #3AC058
RGB
CMYK
RGB Variations
Color information
#3AC058 (or 0x3AC058) is known color: Chateau Green. HEX triplet: 3A, C0 and 58. RGB value is (58,192,88). Sum of RGB (Red+Green+Blue) = 58+192+88=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC058 is #C53FA7. Grayscale: #8C8C8C. Windows color (decimal): -12926888 or 5816378. OLE color: 5816378.
HSL color Cylindrical-coordinate representation of color #3AC058: hue angle of 133.43º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC058 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 88 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.25 |
| HSL | 133.43º | 0.54% | 0.49% | - |
| HSV(B) | 133.43º | 0.7% | 0.75% | - |
| XYZ | 22.36 | 39.3 | 15.64 | - |
| YUV | 140.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 88 | 0.70 | 0 | 0.54 | 0.25 | 133.43 | 0.54 | 0.49 |
| Hex | 3A | C0 | 58 | 46 | 0 | 36 | 19 | 85 | 36 | 31 |
| Octal | 72 | 300 | 130 | 106 | 0 | 66 | 31 | 205 | 66 | 61 |
| Binary | 111010 | 11000000 | 1011000 | 1000110 | 0 | 110110 | 11001 | 10000101 | 110110 | 110001 |
Color Harmonies of #3AC058
Complementary color
Monochromatic Colors of #3AC058
Black with #3AC058
Text Example
Text Example
White with #3AC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC058; }
p { color: rgb(58,192,88); }
H1.HeaderClassName
{
color: #3AC058;
}
.AnyTagClassName
{
color: #3AC058;
}
</style>
background-color css
<style>
a { background-color: #3AC058; }
a { background-color: rgb(58,192,88); }
div.DivClassName
{
background-color: #3AC058;
}
.BgClassName
{
background-color: #3AC058;
}
</style>
border-color css
<style>
span { border-color: #3AC058; }
span { border-color: rgb(58,192,88); }
td.TdClassName
{
border-color: #3AC058;
}
.TagClassName
{
border-color: #3AC058;
}
</style>