Shades of Chateau Green #3AAA4C
Tints of Chateau Green #3AAA4C
RGB
CMYK
RGB Variations
Color information
#3AAA4C (or 0x3AAA4C) is known color: Chateau Green. HEX triplet: 3A, AA and 4C. RGB value is (58,170,76). Sum of RGB (Red+Green+Blue) = 58+170+76=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA4C is #C555B3. Grayscale: #7E7E7E. Windows color (decimal): -12932532 or 5024314. OLE color: 5024314.
HSL color Cylindrical-coordinate representation of color #3AAA4C: hue angle of 129.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAA4C is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 76 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.33 |
| HSL | 129.64º | 0.49% | 0.45% | - |
| HSV(B) | 129.64º | 0.66% | 0.67% | - |
| XYZ | 17.42 | 30.17 | 11.74 | - |
| YUV | 125.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 76 | 0.66 | 0 | 0.55 | 0.33 | 129.64 | 0.49 | 0.45 |
| Hex | 3A | AA | 4C | 42 | 0 | 37 | 21 | 82 | 31 | 2D |
| Octal | 72 | 252 | 114 | 102 | 0 | 67 | 41 | 202 | 61 | 55 |
| Binary | 111010 | 10101010 | 1001100 | 1000010 | 0 | 110111 | 100001 | 10000010 | 110001 | 101101 |
Color Harmonies of #3AAA4C
Complementary color
Monochromatic Colors of #3AAA4C
Black with #3AAA4C
Text Example
Text Example
White with #3AAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA4C; }
p { color: rgb(58,170,76); }
H1.HeaderClassName
{
color: #3AAA4C;
}
.AnyTagClassName
{
color: #3AAA4C;
}
</style>
background-color css
<style>
a { background-color: #3AAA4C; }
a { background-color: rgb(58,170,76); }
div.DivClassName
{
background-color: #3AAA4C;
}
.BgClassName
{
background-color: #3AAA4C;
}
</style>
border-color css
<style>
span { border-color: #3AAA4C; }
span { border-color: rgb(58,170,76); }
td.TdClassName
{
border-color: #3AAA4C;
}
.TagClassName
{
border-color: #3AAA4C;
}
</style>