Shades of Chateau Green #3A8F4A
Tints of Chateau Green #3A8F4A
RGB
CMYK
RGB Variations
Color information
#3A8F4A (or 0x3A8F4A) is known color: Chateau Green. HEX triplet: 3A, 8F and 4A. RGB value is (58,143,74). Sum of RGB (Red+Green+Blue) = 58+143+74=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8F4A is #C570B5. Grayscale: #6D6D6D. Windows color (decimal): -12939446 or 4886330. OLE color: 4886330.
HSL color Cylindrical-coordinate representation of color #3A8F4A: hue angle of 131.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8F4A is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 143 | 74 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.44 |
| HSL | 131.29º | 0.42% | 0.39% | - |
| HSV(B) | 131.29º | 0.59% | 0.56% | - |
| XYZ | 12.8 | 21.04 | 9.86 | - |
| YUV | 109.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 74 | 0.59 | 0 | 0.48 | 0.44 | 131.29 | 0.42 | 0.39 |
| Hex | 3A | 8F | 4A | 3B | 0 | 30 | 2C | 83 | 2A | 27 |
| Octal | 72 | 217 | 112 | 73 | 0 | 60 | 54 | 203 | 52 | 47 |
| Binary | 111010 | 10001111 | 1001010 | 111011 | 0 | 110000 | 101100 | 10000011 | 101010 | 100111 |
Color Harmonies of #3A8F4A
Complementary color
Monochromatic Colors of #3A8F4A
Black with #3A8F4A
Text Example
Text Example
White with #3A8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8F4A; }
p { color: rgb(58,143,74); }
H1.HeaderClassName
{
color: #3A8F4A;
}
.AnyTagClassName
{
color: #3A8F4A;
}
</style>
background-color css
<style>
a { background-color: #3A8F4A; }
a { background-color: rgb(58,143,74); }
div.DivClassName
{
background-color: #3A8F4A;
}
.BgClassName
{
background-color: #3A8F4A;
}
</style>
border-color css
<style>
span { border-color: #3A8F4A; }
span { border-color: rgb(58,143,74); }
td.TdClassName
{
border-color: #3A8F4A;
}
.TagClassName
{
border-color: #3A8F4A;
}
</style>