Shades of Chateau Green #3A9F50
Tints of Chateau Green #3A9F50
RGB
CMYK
RGB Variations
Color information
#3A9F50 (or 0x3A9F50) is known color: Chateau Green. HEX triplet: 3A, 9F and 50. RGB value is (58,159,80). Sum of RGB (Red+Green+Blue) = 58+159+80=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9F50 is #C560AF. Grayscale: #787878. Windows color (decimal): -12935344 or 5283642. OLE color: 5283642.
HSL color Cylindrical-coordinate representation of color #3A9F50: hue angle of 133.07º 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 #3A9F50 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 80 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.38 |
| HSL | 133.07º | 0.47% | 0.43% | - |
| HSV(B) | 133.07º | 0.64% | 0.62% | - |
| XYZ | 15.59 | 26.28 | 11.84 | - |
| YUV | 119.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 80 | 0.64 | 0 | 0.50 | 0.38 | 133.07 | 0.47 | 0.43 |
| Hex | 3A | 9F | 50 | 40 | 0 | 32 | 26 | 85 | 2F | 2B |
| Octal | 72 | 237 | 120 | 100 | 0 | 62 | 46 | 205 | 57 | 53 |
| Binary | 111010 | 10011111 | 1010000 | 1000000 | 0 | 110010 | 100110 | 10000101 | 101111 | 101011 |
Color Harmonies of #3A9F50
Complementary color
Monochromatic Colors of #3A9F50
Black with #3A9F50
Text Example
Text Example
White with #3A9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F50; }
p { color: rgb(58,159,80); }
H1.HeaderClassName
{
color: #3A9F50;
}
.AnyTagClassName
{
color: #3A9F50;
}
</style>
background-color css
<style>
a { background-color: #3A9F50; }
a { background-color: rgb(58,159,80); }
div.DivClassName
{
background-color: #3A9F50;
}
.BgClassName
{
background-color: #3A9F50;
}
</style>
border-color css
<style>
span { border-color: #3A9F50; }
span { border-color: rgb(58,159,80); }
td.TdClassName
{
border-color: #3A9F50;
}
.TagClassName
{
border-color: #3A9F50;
}
</style>