Shades of Chateau Green #3AC454
Tints of Chateau Green #3AC454
RGB
CMYK
RGB Variations
Color information
#3AC454 (or 0x3AC454) is known color: Chateau Green. HEX triplet: 3A, C4 and 54. RGB value is (58,196,84). Sum of RGB (Red+Green+Blue) = 58+196+84=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC454 is #C53BAB. Grayscale: #8E8E8E. Windows color (decimal): -12925868 or 5555258. OLE color: 5555258.
HSL color Cylindrical-coordinate representation of color #3AC454: hue angle of 131.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC454 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 84 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.23 |
| HSL | 131.3º | 0.54% | 0.5% | - |
| HSV(B) | 131.3º | 0.7% | 0.77% | - |
| XYZ | 23.09 | 41.02 | 15.09 | - |
| YUV | 141.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 84 | 0.70 | 0 | 0.57 | 0.23 | 131.3 | 0.54 | 0.5 |
| Hex | 3A | C4 | 54 | 46 | 0 | 39 | 17 | 83 | 36 | 32 |
| Octal | 72 | 304 | 124 | 106 | 0 | 71 | 27 | 203 | 66 | 62 |
| Binary | 111010 | 11000100 | 1010100 | 1000110 | 0 | 111001 | 10111 | 10000011 | 110110 | 110010 |
Color Harmonies of #3AC454
Complementary color
Monochromatic Colors of #3AC454
Black with #3AC454
Text Example
Text Example
White with #3AC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC454; }
p { color: rgb(58,196,84); }
H1.HeaderClassName
{
color: #3AC454;
}
.AnyTagClassName
{
color: #3AC454;
}
</style>
background-color css
<style>
a { background-color: #3AC454; }
a { background-color: rgb(58,196,84); }
div.DivClassName
{
background-color: #3AC454;
}
.BgClassName
{
background-color: #3AC454;
}
</style>
border-color css
<style>
span { border-color: #3AC454; }
span { border-color: rgb(58,196,84); }
td.TdClassName
{
border-color: #3AC454;
}
.TagClassName
{
border-color: #3AC454;
}
</style>