Shades of Chateau Green #3AC254
Tints of Chateau Green #3AC254
RGB
CMYK
RGB Variations
Color information
#3AC254 (or 0x3AC254) is known color: Chateau Green. HEX triplet: 3A, C2 and 54. RGB value is (58,194,84). Sum of RGB (Red+Green+Blue) = 58+194+84=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC254 is #C53DAB. Grayscale: #8D8D8D. Windows color (decimal): -12926380 or 5554746. OLE color: 5554746.
HSL color Cylindrical-coordinate representation of color #3AC254: hue angle of 131.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC254 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 84 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.24 |
| HSL | 131.47º | 0.54% | 0.49% | - |
| HSV(B) | 131.47º | 0.7% | 0.76% | - |
| XYZ | 22.64 | 40.12 | 14.94 | - |
| YUV | 140.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 84 | 0.70 | 0 | 0.57 | 0.24 | 131.47 | 0.54 | 0.49 |
| Hex | 3A | C2 | 54 | 46 | 0 | 39 | 18 | 83 | 36 | 31 |
| Octal | 72 | 302 | 124 | 106 | 0 | 71 | 30 | 203 | 66 | 61 |
| Binary | 111010 | 11000010 | 1010100 | 1000110 | 0 | 111001 | 11000 | 10000011 | 110110 | 110001 |
Color Harmonies of #3AC254
Complementary color
Monochromatic Colors of #3AC254
Black with #3AC254
Text Example
Text Example
White with #3AC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC254; }
p { color: rgb(58,194,84); }
H1.HeaderClassName
{
color: #3AC254;
}
.AnyTagClassName
{
color: #3AC254;
}
</style>
background-color css
<style>
a { background-color: #3AC254; }
a { background-color: rgb(58,194,84); }
div.DivClassName
{
background-color: #3AC254;
}
.BgClassName
{
background-color: #3AC254;
}
</style>
border-color css
<style>
span { border-color: #3AC254; }
span { border-color: rgb(58,194,84); }
td.TdClassName
{
border-color: #3AC254;
}
.TagClassName
{
border-color: #3AC254;
}
</style>