Shades of Chateau Green #3AA25C
Tints of Chateau Green #3AA25C
RGB
CMYK
RGB Variations
Color information
#3AA25C (or 0x3AA25C) is known color: Chateau Green. HEX triplet: 3A, A2 and 5C. RGB value is (58,162,92). Sum of RGB (Red+Green+Blue) = 58+162+92=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA25C is #C55DA3. Grayscale: #7B7B7B. Windows color (decimal): -12934564 or 6070842. OLE color: 6070842.
HSL color Cylindrical-coordinate representation of color #3AA25C: hue angle of 139.62º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA25C is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 92 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.36 |
| HSL | 139.62º | 0.47% | 0.43% | - |
| HSV(B) | 139.62º | 0.64% | 0.64% | - |
| XYZ | 16.6 | 27.51 | 14.56 | - |
| YUV | 122.92 | 110.54 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 92 | 0.64 | 0 | 0.43 | 0.36 | 139.62 | 0.47 | 0.43 |
| Hex | 3A | A2 | 5C | 40 | 0 | 2B | 24 | 8C | 2F | 2B |
| Octal | 72 | 242 | 134 | 100 | 0 | 53 | 44 | 214 | 57 | 53 |
| Binary | 111010 | 10100010 | 1011100 | 1000000 | 0 | 101011 | 100100 | 10001100 | 101111 | 101011 |
Color Harmonies of #3AA25C
Complementary color
Monochromatic Colors of #3AA25C
Black with #3AA25C
Text Example
Text Example
White with #3AA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA25C; }
p { color: rgb(58,162,92); }
H1.HeaderClassName
{
color: #3AA25C;
}
.AnyTagClassName
{
color: #3AA25C;
}
</style>
background-color css
<style>
a { background-color: #3AA25C; }
a { background-color: rgb(58,162,92); }
div.DivClassName
{
background-color: #3AA25C;
}
.BgClassName
{
background-color: #3AA25C;
}
</style>
border-color css
<style>
span { border-color: #3AA25C; }
span { border-color: rgb(58,162,92); }
td.TdClassName
{
border-color: #3AA25C;
}
.TagClassName
{
border-color: #3AA25C;
}
</style>