Shades of Chateau Green #3FA25E
Tints of Chateau Green #3FA25E
RGB
CMYK
RGB Variations
Color information
#3FA25E (or 0x3FA25E) is known color: Chateau Green. HEX triplet: 3F, A2 and 5E. RGB value is (63,162,94). Sum of RGB (Red+Green+Blue) = 63+162+94=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA25E is #C05DA1. Grayscale: #7C7C7C. Windows color (decimal): -12606882 or 6201919. OLE color: 6201919.
HSL color Cylindrical-coordinate representation of color #3FA25E: hue angle of 138.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA25E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 94 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.36 |
| HSL | 138.79º | 0.44% | 0.44% | - |
| HSV(B) | 138.79º | 0.61% | 0.64% | - |
| XYZ | 16.99 | 27.71 | 15.04 | - |
| YUV | 124.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 94 | 0.61 | 0 | 0.42 | 0.36 | 138.79 | 0.44 | 0.44 |
| Hex | 3F | A2 | 5E | 3D | 0 | 2A | 24 | 8B | 2C | 2C |
| Octal | 77 | 242 | 136 | 75 | 0 | 52 | 44 | 213 | 54 | 54 |
| Binary | 111111 | 10100010 | 1011110 | 111101 | 0 | 101010 | 100100 | 10001011 | 101100 | 101100 |
Color Harmonies of #3FA25E
Complementary color
Monochromatic Colors of #3FA25E
Black with #3FA25E
Text Example
Text Example
White with #3FA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA25E; }
p { color: rgb(63,162,94); }
H1.HeaderClassName
{
color: #3FA25E;
}
.AnyTagClassName
{
color: #3FA25E;
}
</style>
background-color css
<style>
a { background-color: #3FA25E; }
a { background-color: rgb(63,162,94); }
div.DivClassName
{
background-color: #3FA25E;
}
.BgClassName
{
background-color: #3FA25E;
}
</style>
border-color css
<style>
span { border-color: #3FA25E; }
span { border-color: rgb(63,162,94); }
td.TdClassName
{
border-color: #3FA25E;
}
.TagClassName
{
border-color: #3FA25E;
}
</style>