#3CAB42

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

Shades of Fruit Salad #3CAB42

Tints of Fruit Salad #3CAB42

Color information

#3CAB42 (or 0x3CAB42) is unknown color: approx Fruit Salad. HEX triplet: 3C, AB and 42. RGB value is (60,171,66). Sum of RGB (Red+Green+Blue) = 60+171+66=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB42 is #C354BD. Grayscale: #7E7E7E. Windows color (decimal): -12801214 or 4369212. OLE color: 4369212.

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

Color convert

RGB6017166-
CMYK0.6500.610.33
HSL123.24º48.05%45.29%-
HSV(B)123.24º64.91%67.06%-
XYZ17.4130.4810.12-
YUV125.8494.2381.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=20.20%
G=57.58%
B=22.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171660.6500.610.33123.2448.0545.29
Hex3CAB424103D217b302d
Octal74253102101075411736055
Binary111100101010111000010100000101111011000011111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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