#3CA543

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

Shades of Fruit Salad #3CA543

Tints of Fruit Salad #3CA543

Color information

#3CA543 (or 0x3CA543) is unknown color: approx Fruit Salad. HEX triplet: 3C, A5 and 43. RGB value is (60,165,67). Sum of RGB (Red+Green+Blue) = 60+165+67=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA543 is #C35ABC. Grayscale: #7A7A7A. Windows color (decimal): -12802749 or 4433212. OLE color: 4433212.

HSL color Cylindrical-coordinate representation of color #3CA543: hue angle of 124º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA543 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB6016567-
CMYK0.6400.590.35
HSL124º46.67%44.12%-
HSV(B)124º63.64%64.71%-
XYZ16.3328.289.91-
YUV122.4396.7183.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=20.55%
G=56.51%
B=22.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165670.6400.590.3512446.6744.12
Hex3CA5434003B237c2f2c
Octal74245103100073431745754
Binary111100101001011000011100000001110111000111111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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