Shades of Chateau Green #3A9F5D
Tints of Chateau Green #3A9F5D
RGB
CMYK
RGB Variations
Color information
#3A9F5D (or 0x3A9F5D) is known color: Chateau Green. HEX triplet: 3A, 9F and 5D. RGB value is (58,159,93). Sum of RGB (Red+Green+Blue) = 58+159+93=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9F5D is #C560A2. Grayscale: #797979. Windows color (decimal): -12935331 or 6135610. OLE color: 6135610.
HSL color Cylindrical-coordinate representation of color #3A9F5D: hue angle of 140.79º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F5D is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 93 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.38 |
| HSL | 140.79º | 0.47% | 0.43% | - |
| HSV(B) | 140.79º | 0.64% | 0.62% | - |
| XYZ | 16.12 | 26.49 | 14.62 | - |
| YUV | 121.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 93 | 0.64 | 0 | 0.42 | 0.38 | 140.79 | 0.47 | 0.43 |
| Hex | 3A | 9F | 5D | 40 | 0 | 2A | 26 | 8D | 2F | 2B |
| Octal | 72 | 237 | 135 | 100 | 0 | 52 | 46 | 215 | 57 | 53 |
| Binary | 111010 | 10011111 | 1011101 | 1000000 | 0 | 101010 | 100110 | 10001101 | 101111 | 101011 |
Color Harmonies of #3A9F5D
Complementary color
Monochromatic Colors of #3A9F5D
Black with #3A9F5D
Text Example
Text Example
White with #3A9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F5D; }
p { color: rgb(58,159,93); }
H1.HeaderClassName
{
color: #3A9F5D;
}
.AnyTagClassName
{
color: #3A9F5D;
}
</style>
background-color css
<style>
a { background-color: #3A9F5D; }
a { background-color: rgb(58,159,93); }
div.DivClassName
{
background-color: #3A9F5D;
}
.BgClassName
{
background-color: #3A9F5D;
}
</style>
border-color css
<style>
span { border-color: #3A9F5D; }
span { border-color: rgb(58,159,93); }
td.TdClassName
{
border-color: #3A9F5D;
}
.TagClassName
{
border-color: #3A9F5D;
}
</style>