Shades of Fruit Salad #3C9145
Tints of Fruit Salad #3C9145
RGB
CMYK
RGB Variations
Color information
#3C9145 (or 0x3C9145) is known color: Fruit Salad. HEX triplet: 3C, 91 and 45. RGB value is (60,145,69). Sum of RGB (Red+Green+Blue) = 60+145+69=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9145 is #C36EBA. Grayscale: #6F6F6F. Windows color (decimal): -12807867 or 4559164. OLE color: 4559164.
HSL color Cylindrical-coordinate representation of color #3C9145: hue angle of 126.35º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9145 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 69 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.43 |
| HSL | 126.35º | 0.41% | 0.4% | - |
| HSV(B) | 126.35º | 0.59% | 0.57% | - |
| XYZ | 13.06 | 21.64 | 9.12 | - |
| YUV | 110.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 69 | 0.59 | 0 | 0.52 | 0.43 | 126.35 | 0.41 | 0.4 |
| Hex | 3C | 91 | 45 | 3B | 0 | 34 | 2B | 7E | 29 | 28 |
| Octal | 74 | 221 | 105 | 73 | 0 | 64 | 53 | 176 | 51 | 50 |
| Binary | 111100 | 10010001 | 1000101 | 111011 | 0 | 110100 | 101011 | 1111110 | 101001 | 101000 |
Color Harmonies of #3C9145
Complementary color
Monochromatic Colors of #3C9145
Black with #3C9145
Text Example
Text Example
White with #3C9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9145; }
p { color: rgb(60,145,69); }
H1.HeaderClassName
{
color: #3C9145;
}
.AnyTagClassName
{
color: #3C9145;
}
</style>
background-color css
<style>
a { background-color: #3C9145; }
a { background-color: rgb(60,145,69); }
div.DivClassName
{
background-color: #3C9145;
}
.BgClassName
{
background-color: #3C9145;
}
</style>
border-color css
<style>
span { border-color: #3C9145; }
span { border-color: rgb(60,145,69); }
td.TdClassName
{
border-color: #3C9145;
}
.TagClassName
{
border-color: #3C9145;
}
</style>