#3CA143

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

Shades of Fruit Salad #3CA143

Tints of Fruit Salad #3CA143

Color information

#3CA143 (or 0x3CA143) is unknown color: approx Fruit Salad. HEX triplet: 3C, A1 and 43. RGB value is (60,161,67). Sum of RGB (Red+Green+Blue) = 60+161+67=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA143 is #C35EBC. Grayscale: #787878. Windows color (decimal): -12803773 or 4432188. OLE color: 4432188.

HSL color Cylindrical-coordinate representation of color #3CA143: hue angle of 124.16º 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 #3CA143 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB6016167-
CMYK0.6300.580.37
HSL124.16º45.7%43.33%-
HSV(B)124.16º62.73%63.14%-
XYZ15.6226.869.67-
YUV120.0898.0485.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 161 (63.28% from 255) = 55.90%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=20.83%
G=55.90%
B=23.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161670.6300.580.37124.1645.743.33
Hex3CA1433F03A257c2e2b
Octal7424110377072451745653
Binary11110010100001100001111111101110101001011111100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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