Shades of Fruit Salad #3DA543
Tints of Fruit Salad #3DA543
RGB
CMYK
RGB Variations
Color information
#3DA543 (or 0x3DA543) is known color: Fruit Salad. HEX triplet: 3D, A5 and 43. RGB value is (61,165,67). Sum of RGB (Red+Green+Blue) = 61+165+67=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA543 is #C25ABC. Grayscale: #7B7B7B. Windows color (decimal): -12737213 or 4433213. OLE color: 4433213.
HSL color Cylindrical-coordinate representation of color #3DA543: hue angle of 123.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA543 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 67 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.35 |
| HSL | 123.46º | 0.46% | 0.44% | - |
| HSV(B) | 123.46º | 0.63% | 0.65% | - |
| XYZ | 16.39 | 28.31 | 9.91 | - |
| YUV | 122.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 67 | 0.63 | 0 | 0.59 | 0.35 | 123.46 | 0.46 | 0.44 |
| Hex | 3D | A5 | 43 | 3F | 0 | 3B | 23 | 7B | 2E | 2C |
| Octal | 75 | 245 | 103 | 77 | 0 | 73 | 43 | 173 | 56 | 54 |
| Binary | 111101 | 10100101 | 1000011 | 111111 | 0 | 111011 | 100011 | 1111011 | 101110 | 101100 |
Color Harmonies of #3DA543
Complementary color
Monochromatic Colors of #3DA543
Black with #3DA543
Text Example
Text Example
White with #3DA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA543; }
p { color: rgb(61,165,67); }
H1.HeaderClassName
{
color: #3DA543;
}
.AnyTagClassName
{
color: #3DA543;
}
</style>
background-color css
<style>
a { background-color: #3DA543; }
a { background-color: rgb(61,165,67); }
div.DivClassName
{
background-color: #3DA543;
}
.BgClassName
{
background-color: #3DA543;
}
</style>
border-color css
<style>
span { border-color: #3DA543; }
span { border-color: rgb(61,165,67); }
td.TdClassName
{
border-color: #3DA543;
}
.TagClassName
{
border-color: #3DA543;
}
</style>