Shades of Fruit Salad #3F9B4A
Tints of Fruit Salad #3F9B4A
RGB
CMYK
RGB Variations
Color information
#3F9B4A (or 0x3F9B4A) is known color: Fruit Salad. HEX triplet: 3F, 9B and 4A. RGB value is (63,155,74). Sum of RGB (Red+Green+Blue) = 63+155+74=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9B4A is #C064B5. Grayscale: #767676. Windows color (decimal): -12608694 or 4889407. OLE color: 4889407.
HSL color Cylindrical-coordinate representation of color #3F9B4A: hue angle of 127.17º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B4A is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 155 | 74 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.39 |
| HSL | 127.17º | 0.42% | 0.43% | - |
| HSV(B) | 127.17º | 0.59% | 0.61% | - |
| XYZ | 15.01 | 24.99 | 10.51 | - |
| YUV | 118.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 74 | 0.59 | 0 | 0.52 | 0.39 | 127.17 | 0.42 | 0.43 |
| Hex | 3F | 9B | 4A | 3B | 0 | 34 | 27 | 7F | 2A | 2B |
| Octal | 77 | 233 | 112 | 73 | 0 | 64 | 47 | 177 | 52 | 53 |
| Binary | 111111 | 10011011 | 1001010 | 111011 | 0 | 110100 | 100111 | 1111111 | 101010 | 101011 |
Color Harmonies of #3F9B4A
Complementary color
Monochromatic Colors of #3F9B4A
Black with #3F9B4A
Text Example
Text Example
White with #3F9B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9B4A; }
p { color: rgb(63,155,74); }
H1.HeaderClassName
{
color: #3F9B4A;
}
.AnyTagClassName
{
color: #3F9B4A;
}
</style>
background-color css
<style>
a { background-color: #3F9B4A; }
a { background-color: rgb(63,155,74); }
div.DivClassName
{
background-color: #3F9B4A;
}
.BgClassName
{
background-color: #3F9B4A;
}
</style>
border-color css
<style>
span { border-color: #3F9B4A; }
span { border-color: rgb(63,155,74); }
td.TdClassName
{
border-color: #3F9B4A;
}
.TagClassName
{
border-color: #3F9B4A;
}
</style>