Shades of Fruit Salad #3DA238
Tints of Fruit Salad #3DA238
RGB
CMYK
RGB Variations
Color information
#3DA238 (or 0x3DA238) is known color: Fruit Salad. HEX triplet: 3D, A2 and 38. RGB value is (61,162,56). Sum of RGB (Red+Green+Blue) = 61+162+56=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA238 is #C25DC7. Grayscale: #787878. Windows color (decimal): -12737992 or 3711549. OLE color: 3711549.
HSL color Cylindrical-coordinate representation of color #3DA238: hue angle of 117.17º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DA238 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 56 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.36 |
| HSL | 117.17º | 0.49% | 0.43% | - |
| HSV(B) | 117.17º | 0.65% | 0.64% | - |
| XYZ | 15.56 | 27.12 | 8.16 | - |
| YUV | 119.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 56 | 0.62 | 0 | 0.65 | 0.36 | 117.17 | 0.49 | 0.43 |
| Hex | 3D | A2 | 38 | 3E | 0 | 41 | 24 | 75 | 31 | 2B |
| Octal | 75 | 242 | 70 | 76 | 0 | 101 | 44 | 165 | 61 | 53 |
| Binary | 111101 | 10100010 | 111000 | 111110 | 0 | 1000001 | 100100 | 1110101 | 110001 | 101011 |
Color Harmonies of #3DA238
Complementary color
Monochromatic Colors of #3DA238
Black with #3DA238
Text Example
Text Example
White with #3DA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA238; }
p { color: rgb(61,162,56); }
H1.HeaderClassName
{
color: #3DA238;
}
.AnyTagClassName
{
color: #3DA238;
}
</style>
background-color css
<style>
a { background-color: #3DA238; }
a { background-color: rgb(61,162,56); }
div.DivClassName
{
background-color: #3DA238;
}
.BgClassName
{
background-color: #3DA238;
}
</style>
border-color css
<style>
span { border-color: #3DA238; }
span { border-color: rgb(61,162,56); }
td.TdClassName
{
border-color: #3DA238;
}
.TagClassName
{
border-color: #3DA238;
}
</style>