#3CB142

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

Shades of Fruit Salad #3CB142

Tints of Fruit Salad #3CB142

Color information

#3CB142 (or 0x3CB142) is unknown color: approx Fruit Salad. HEX triplet: 3C, B1 and 42. RGB value is (60,177,66). Sum of RGB (Red+Green+Blue) = 60+177+66=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB142 is #C34EBD. Grayscale: #818181. Windows color (decimal): -12799678 or 4370748. OLE color: 4370748.

HSL color Cylindrical-coordinate representation of color #3CB142: hue angle of 123.08º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB142 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB6017766-
CMYK0.6600.630.31
HSL123.08º49.37%46.47%-
HSV(B)123.08º66.1%69.41%-
XYZ18.5732.810.51-
YUV129.3692.2478.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=19.80%
G=58.42%
B=21.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60177660.6600.630.31123.0849.3746.47
Hex3CB1424203F1F7b312e
Octal74261102102077371736156
Binary11110010110001100001010000100111111111111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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