Shades of Fruit Salad #3CAA3E
Tints of Fruit Salad #3CAA3E
RGB
CMYK
RGB Variations
Color information
#3CAA3E (or 0x3CAA3E) is known color: Fruit Salad. HEX triplet: 3C, AA and 3E. RGB value is (60,170,62). Sum of RGB (Red+Green+Blue) = 60+170+62=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA3E is #C355C1. Grayscale: #7D7D7D. Windows color (decimal): -12801474 or 4106812. OLE color: 4106812.
HSL color Cylindrical-coordinate representation of color #3CAA3E: hue angle of 121.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA3E is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
RGB | 60 | 170 | 62 | - |
CMYK | 0.65 | 0 | 0.64 | 0.33 |
HSL | 121.09º | 0.48% | 0.45% | - |
HSV(B) | 121.09º | 0.65% | 0.67% | - |
XYZ | 17.11 | 30.06 | 9.46 | - |
YUV | 124.8 | 92.56 | 81.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 170 | 62 | 0.65 | 0 | 0.64 | 0.33 | 121.09 | 0.48 | 0.45 |
Hex | 3C | AA | 3E | 41 | 0 | 40 | 21 | 79 | 30 | 2D |
Octal | 74 | 252 | 76 | 101 | 0 | 100 | 41 | 171 | 60 | 55 |
Binary | 111100 | 10101010 | 111110 | 1000001 | 0 | 1000000 | 100001 | 1111001 | 110000 | 101101 |
Color Harmonies of #3CAA3E
Complementary color
Monochromatic Colors of #3CAA3E
Black with #3CAA3E
Text Example
Text Example
White with #3CAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA3E; }
p { color: rgb(60,170,62); }
H1.HeaderClassName
{
color: #3CAA3E;
}
.AnyTagClassName
{
color: #3CAA3E;
}
</style>
background-color css
<style>
a { background-color: #3CAA3E; }
a { background-color: rgb(60,170,62); }
div.DivClassName
{
background-color: #3CAA3E;
}
.BgClassName
{
background-color: #3CAA3E;
}
</style>
border-color css
<style>
span { border-color: #3CAA3E; }
span { border-color: rgb(60,170,62); }
td.TdClassName
{
border-color: #3CAA3E;
}
.TagClassName
{
border-color: #3CAA3E;
}
</style>