Shades of Chateau Green #3FA250
Tints of Chateau Green #3FA250
RGB
CMYK
RGB Variations
Color information
#3FA250 (or 0x3FA250) is known color: Chateau Green. HEX triplet: 3F, A2 and 50. RGB value is (63,162,80). Sum of RGB (Red+Green+Blue) = 63+162+80=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA250 is #C05DAF. Grayscale: #7B7B7B. Windows color (decimal): -12606896 or 5284415. OLE color: 5284415.
HSL color Cylindrical-coordinate representation of color #3FA250: hue angle of 130.3º 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 #3FA250 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 80 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.36 |
| HSL | 130.3º | 0.44% | 0.44% | - |
| HSV(B) | 130.3º | 0.61% | 0.64% | - |
| XYZ | 16.42 | 27.48 | 12.03 | - |
| YUV | 123.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 80 | 0.61 | 0 | 0.51 | 0.36 | 130.3 | 0.44 | 0.44 |
| Hex | 3F | A2 | 50 | 3D | 0 | 33 | 24 | 82 | 2C | 2C |
| Octal | 77 | 242 | 120 | 75 | 0 | 63 | 44 | 202 | 54 | 54 |
| Binary | 111111 | 10100010 | 1010000 | 111101 | 0 | 110011 | 100100 | 10000010 | 101100 | 101100 |
Color Harmonies of #3FA250
Complementary color
Monochromatic Colors of #3FA250
Black with #3FA250
Text Example
Text Example
White with #3FA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA250; }
p { color: rgb(63,162,80); }
H1.HeaderClassName
{
color: #3FA250;
}
.AnyTagClassName
{
color: #3FA250;
}
</style>
background-color css
<style>
a { background-color: #3FA250; }
a { background-color: rgb(63,162,80); }
div.DivClassName
{
background-color: #3FA250;
}
.BgClassName
{
background-color: #3FA250;
}
</style>
border-color css
<style>
span { border-color: #3FA250; }
span { border-color: rgb(63,162,80); }
td.TdClassName
{
border-color: #3FA250;
}
.TagClassName
{
border-color: #3FA250;
}
</style>