Shades of Chateau Green #3FA25D
Tints of Chateau Green #3FA25D
RGB
CMYK
RGB Variations
Color information
#3FA25D (or 0x3FA25D) is known color: Chateau Green. HEX triplet: 3F, A2 and 5D. RGB value is (63,162,93). Sum of RGB (Red+Green+Blue) = 63+162+93=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA25D is #C05DA2. Grayscale: #7C7C7C. Windows color (decimal): -12606883 or 6136383. OLE color: 6136383.
HSL color Cylindrical-coordinate representation of color #3FA25D: hue angle of 138.18º 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 #3FA25D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 93 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.36 |
| HSL | 138.18º | 0.44% | 0.44% | - |
| HSV(B) | 138.18º | 0.61% | 0.64% | - |
| XYZ | 16.95 | 27.69 | 14.81 | - |
| YUV | 124.53 | 110.2 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 93 | 0.61 | 0 | 0.43 | 0.36 | 138.18 | 0.44 | 0.44 |
| Hex | 3F | A2 | 5D | 3D | 0 | 2B | 24 | 8A | 2C | 2C |
| Octal | 77 | 242 | 135 | 75 | 0 | 53 | 44 | 212 | 54 | 54 |
| Binary | 111111 | 10100010 | 1011101 | 111101 | 0 | 101011 | 100100 | 10001010 | 101100 | 101100 |
Color Harmonies of #3FA25D
Complementary color
Monochromatic Colors of #3FA25D
Black with #3FA25D
Text Example
Text Example
White with #3FA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA25D; }
p { color: rgb(63,162,93); }
H1.HeaderClassName
{
color: #3FA25D;
}
.AnyTagClassName
{
color: #3FA25D;
}
</style>
background-color css
<style>
a { background-color: #3FA25D; }
a { background-color: rgb(63,162,93); }
div.DivClassName
{
background-color: #3FA25D;
}
.BgClassName
{
background-color: #3FA25D;
}
</style>
border-color css
<style>
span { border-color: #3FA25D; }
span { border-color: rgb(63,162,93); }
td.TdClassName
{
border-color: #3FA25D;
}
.TagClassName
{
border-color: #3FA25D;
}
</style>