#3CAB41

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

Shades of Fruit Salad #3CAB41

Tints of Fruit Salad #3CAB41

Color information

#3CAB41 (or 0x3CAB41) is unknown color: approx Fruit Salad. HEX triplet: 3C, AB and 41. RGB value is (60,171,65). Sum of RGB (Red+Green+Blue) = 60+171+65=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB41 is #C354BE. Grayscale: #7E7E7E. Windows color (decimal): -12801215 or 4303676. OLE color: 4303676.

HSL color Cylindrical-coordinate representation of color #3CAB41: hue angle of 122.7º 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 #3CAB41 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB6017165-
CMYK0.6500.620.33
HSL122.7º48.05%45.29%-
HSV(B)122.7º64.91%67.06%-
XYZ17.3830.479.97-
YUV125.7393.7381.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=20.27%
G=57.77%
B=21.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171650.6500.620.33122.748.0545.29
Hex3CAB414103E217b302d
Octal74253101101076411736055
Binary111100101010111000001100000101111101000011111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,171,65); }

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

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

 a { background-color: rgb(60,171,65); }

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

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

 span { border-color: rgb(60,171,65); }

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