Shades of Fruit Salad #3DA436
Tints of Fruit Salad #3DA436
RGB
CMYK
RGB Variations
Color information
#3DA436 (or 0x3DA436) is known color: Fruit Salad. HEX triplet: 3D, A4 and 36. RGB value is (61,164,54). Sum of RGB (Red+Green+Blue) = 61+164+54=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA436 is #C25BC9. Grayscale: #787878. Windows color (decimal): -12737482 or 3580989. OLE color: 3580989.
HSL color Cylindrical-coordinate representation of color #3DA436: hue angle of 116.18º 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 #3DA436 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 54 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.36 |
| HSL | 116.18º | 0.5% | 0.43% | - |
| HSV(B) | 116.18º | 0.67% | 0.64% | - |
| XYZ | 15.87 | 27.81 | 8.02 | - |
| YUV | 120.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 54 | 0.63 | 0 | 0.67 | 0.36 | 116.18 | 0.5 | 0.43 |
| Hex | 3D | A4 | 36 | 3F | 0 | 43 | 24 | 74 | 32 | 2B |
| Octal | 75 | 244 | 66 | 77 | 0 | 103 | 44 | 164 | 62 | 53 |
| Binary | 111101 | 10100100 | 110110 | 111111 | 0 | 1000011 | 100100 | 1110100 | 110010 | 101011 |
Color Harmonies of #3DA436
Complementary color
Monochromatic Colors of #3DA436
Black with #3DA436
Text Example
Text Example
White with #3DA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA436; }
p { color: rgb(61,164,54); }
H1.HeaderClassName
{
color: #3DA436;
}
.AnyTagClassName
{
color: #3DA436;
}
</style>
background-color css
<style>
a { background-color: #3DA436; }
a { background-color: rgb(61,164,54); }
div.DivClassName
{
background-color: #3DA436;
}
.BgClassName
{
background-color: #3DA436;
}
</style>
border-color css
<style>
span { border-color: #3DA436; }
span { border-color: rgb(61,164,54); }
td.TdClassName
{
border-color: #3DA436;
}
.TagClassName
{
border-color: #3DA436;
}
</style>