#3CA140

Color #3CA140 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3CA140

Tints of Fruit Salad #3CA140

Color information

#3CA140 (or 0x3CA140) is unknown color: approx Fruit Salad. HEX triplet: 3C, A1 and 40. RGB value is (60,161,64). Sum of RGB (Red+Green+Blue) = 60+161+64=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA140 is #C35EBF. Grayscale: #787878. Windows color (decimal): -12803776 or 4235580. OLE color: 4235580.

HSL color Cylindrical-coordinate representation of color #3CA140: hue angle of 122.38º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA140 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB6016164-
CMYK0.6300.600.37
HSL122.38º45.7%43.33%-
HSV(B)122.38º62.73%63.14%-
XYZ15.5326.829.21-
YUV119.7496.5485.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 161 (63.28% from 255) = 56.49%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=21.05%
G=56.49%
B=22.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161640.6300.600.37122.3845.743.33
Hex3CA1403F03C257a2e2b
Octal7424110077074451725653
Binary11110010100001100000011111101111001001011111010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA140; }

 p { color: rgb(60,161,64); }

 H1.HeaderClassName
 {
   color: #3CA140;
 }
 .AnyTagClassName
 {
   color: #3CA140;
 }
</style>
background-color css

<style>
 a { background-color: #3CA140; }

 a { background-color: rgb(60,161,64); }

 div.DivClassName
 {
   background-color: #3CA140;
 }
 .BgClassName
 {
   background-color: #3CA140;
 }
</style>
border-color css

<style>
 span { border-color: #3CA140; }

 span { border-color: rgb(60,161,64); }

 td.TdClassName
 {
   border-color: #3CA140;
 }
 .TagClassName
 {
   border-color: #3CA140;
 }
</style>