Shades of Fruit Salad #3DA435
Tints of Fruit Salad #3DA435
RGB
CMYK
RGB Variations
Color information
#3DA435 (or 0x3DA435) is known color: Fruit Salad. HEX triplet: 3D, A4 and 35. RGB value is (61,164,53). Sum of RGB (Red+Green+Blue) = 61+164+53=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA435 is #C25BCA. Grayscale: #787878. Windows color (decimal): -12737483 or 3515453. OLE color: 3515453.
HSL color Cylindrical-coordinate representation of color #3DA435: hue angle of 115.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DA435 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 53 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.36 |
| HSL | 115.68º | 0.51% | 0.43% | - |
| HSV(B) | 115.68º | 0.68% | 0.64% | - |
| XYZ | 15.84 | 27.8 | 7.9 | - |
| YUV | 120.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 53 | 0.63 | 0 | 0.68 | 0.36 | 115.68 | 0.51 | 0.43 |
| Hex | 3D | A4 | 35 | 3F | 0 | 44 | 24 | 74 | 33 | 2B |
| Octal | 75 | 244 | 65 | 77 | 0 | 104 | 44 | 164 | 63 | 53 |
| Binary | 111101 | 10100100 | 110101 | 111111 | 0 | 1000100 | 100100 | 1110100 | 110011 | 101011 |
Color Harmonies of #3DA435
Complementary color
Monochromatic Colors of #3DA435
Black with #3DA435
Text Example
Text Example
White with #3DA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA435; }
p { color: rgb(61,164,53); }
H1.HeaderClassName
{
color: #3DA435;
}
.AnyTagClassName
{
color: #3DA435;
}
</style>
background-color css
<style>
a { background-color: #3DA435; }
a { background-color: rgb(61,164,53); }
div.DivClassName
{
background-color: #3DA435;
}
.BgClassName
{
background-color: #3DA435;
}
</style>
border-color css
<style>
span { border-color: #3DA435; }
span { border-color: rgb(61,164,53); }
td.TdClassName
{
border-color: #3DA435;
}
.TagClassName
{
border-color: #3DA435;
}
</style>