Shades of Chateau Green #3A8D4B
Tints of Chateau Green #3A8D4B
RGB
CMYK
RGB Variations
Color information
#3A8D4B (or 0x3A8D4B) is known color: Chateau Green. HEX triplet: 3A, 8D and 4B. RGB value is (58,141,75). Sum of RGB (Red+Green+Blue) = 58+141+75=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8D4B is #C572B4. Grayscale: #6C6C6C. Windows color (decimal): -12939957 or 4951354. OLE color: 4951354.
HSL color Cylindrical-coordinate representation of color #3A8D4B: hue angle of 132.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8D4B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 141 | 75 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.45 |
| HSL | 132.29º | 0.42% | 0.39% | - |
| HSV(B) | 132.29º | 0.59% | 0.55% | - |
| XYZ | 12.54 | 20.46 | 9.94 | - |
| YUV | 108.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 75 | 0.59 | 0 | 0.47 | 0.45 | 132.29 | 0.42 | 0.39 |
| Hex | 3A | 8D | 4B | 3B | 0 | 2F | 2D | 84 | 2A | 27 |
| Octal | 72 | 215 | 113 | 73 | 0 | 57 | 55 | 204 | 52 | 47 |
| Binary | 111010 | 10001101 | 1001011 | 111011 | 0 | 101111 | 101101 | 10000100 | 101010 | 100111 |
Color Harmonies of #3A8D4B
Complementary color
Monochromatic Colors of #3A8D4B
Black with #3A8D4B
Text Example
Text Example
White with #3A8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8D4B; }
p { color: rgb(58,141,75); }
H1.HeaderClassName
{
color: #3A8D4B;
}
.AnyTagClassName
{
color: #3A8D4B;
}
</style>
background-color css
<style>
a { background-color: #3A8D4B; }
a { background-color: rgb(58,141,75); }
div.DivClassName
{
background-color: #3A8D4B;
}
.BgClassName
{
background-color: #3A8D4B;
}
</style>
border-color css
<style>
span { border-color: #3A8D4B; }
span { border-color: rgb(58,141,75); }
td.TdClassName
{
border-color: #3A8D4B;
}
.TagClassName
{
border-color: #3A8D4B;
}
</style>