Shades of Fruit Salad #3FA436
Tints of Fruit Salad #3FA436
RGB
CMYK
RGB Variations
Color information
#3FA436 (or 0x3FA436) is known color: Fruit Salad. HEX triplet: 3F, A4 and 36. RGB value is (63,164,54). Sum of RGB (Red+Green+Blue) = 63+164+54=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA436 is #C05BC9. Grayscale: #797979. Windows color (decimal): -12606410 or 3580991. OLE color: 3580991.
HSL color Cylindrical-coordinate representation of color #3FA436: hue angle of 115.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FA436 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 54 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.36 |
| HSL | 115.09º | 0.5% | 0.43% | - |
| HSV(B) | 115.09º | 0.67% | 0.64% | - |
| XYZ | 15.99 | 27.87 | 8.03 | - |
| YUV | 121.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 54 | 0.62 | 0 | 0.67 | 0.36 | 115.09 | 0.5 | 0.43 |
| Hex | 3F | A4 | 36 | 3E | 0 | 43 | 24 | 73 | 32 | 2B |
| Octal | 77 | 244 | 66 | 76 | 0 | 103 | 44 | 163 | 62 | 53 |
| Binary | 111111 | 10100100 | 110110 | 111110 | 0 | 1000011 | 100100 | 1110011 | 110010 | 101011 |
Color Harmonies of #3FA436
Complementary color
Monochromatic Colors of #3FA436
Black with #3FA436
Text Example
Text Example
White with #3FA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA436; }
p { color: rgb(63,164,54); }
H1.HeaderClassName
{
color: #3FA436;
}
.AnyTagClassName
{
color: #3FA436;
}
</style>
background-color css
<style>
a { background-color: #3FA436; }
a { background-color: rgb(63,164,54); }
div.DivClassName
{
background-color: #3FA436;
}
.BgClassName
{
background-color: #3FA436;
}
</style>
border-color css
<style>
span { border-color: #3FA436; }
span { border-color: rgb(63,164,54); }
td.TdClassName
{
border-color: #3FA436;
}
.TagClassName
{
border-color: #3FA436;
}
</style>