Shades of Fruit Salad #3CB543
Tints of Fruit Salad #3CB543
RGB
CMYK
RGB Variations
Color information
#3CB543 (or 0x3CB543) is known color: Fruit Salad. HEX triplet: 3C, B5 and 43. RGB value is (60,181,67). Sum of RGB (Red+Green+Blue) = 60+181+67=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 181 (71.09% from 255 or 58.77% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB543 is #C34ABC. Grayscale: #848484. Windows color (decimal): -12798653 or 4437308. OLE color: 4437308.
HSL color Cylindrical-coordinate representation of color #3CB543: hue angle of 123.47º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB543 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 67 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.29 |
| HSL | 123.47º | 0.5% | 0.47% | - |
| HSV(B) | 123.47º | 0.67% | 0.71% | - |
| XYZ | 19.4 | 34.41 | 10.93 | - |
| YUV | 131.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 67 | 0.67 | 0 | 0.63 | 0.29 | 123.47 | 0.5 | 0.47 |
| Hex | 3C | B5 | 43 | 43 | 0 | 3F | 1D | 7B | 32 | 2F |
| Octal | 74 | 265 | 103 | 103 | 0 | 77 | 35 | 173 | 62 | 57 |
| Binary | 111100 | 10110101 | 1000011 | 1000011 | 0 | 111111 | 11101 | 1111011 | 110010 | 101111 |
Color Harmonies of #3CB543
Complementary color
Monochromatic Colors of #3CB543
Black with #3CB543
Text Example
Text Example
White with #3CB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB543; }
p { color: rgb(60,181,67); }
H1.HeaderClassName
{
color: #3CB543;
}
.AnyTagClassName
{
color: #3CB543;
}
</style>
background-color css
<style>
a { background-color: #3CB543; }
a { background-color: rgb(60,181,67); }
div.DivClassName
{
background-color: #3CB543;
}
.BgClassName
{
background-color: #3CB543;
}
</style>
border-color css
<style>
span { border-color: #3CB543; }
span { border-color: rgb(60,181,67); }
td.TdClassName
{
border-color: #3CB543;
}
.TagClassName
{
border-color: #3CB543;
}
</style>