#3CA34B

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

Shades of Fruit Salad #3CA34B

Tints of Fruit Salad #3CA34B

Color information

#3CA34B (or 0x3CA34B) is unknown color: approx Fruit Salad. HEX triplet: 3C, A3 and 4B. RGB value is (60,163,75). Sum of RGB (Red+Green+Blue) = 60+163+75=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA34B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA34B is #C35CB4. Grayscale: #7A7A7A. Windows color (decimal): -12803253 or 4956988. OLE color: 4956988.

HSL color Cylindrical-coordinate representation of color #3CA34B: hue angle of 128.74º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA34B is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB6016375-
CMYK0.6300.540.36
HSL128.74º46.19%43.73%-
HSV(B)128.74º63.19%63.92%-
XYZ16.2327.6611.14-
YUV122.17101.3883.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 163 (64.06% from 255) = 54.70%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=20.13%
G=54.70%
B=25.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60163750.6300.540.36128.7446.1943.73
Hex3CA34B3F03624812e2c
Octal7424311377066442015654
Binary111100101000111001011111111011011010010010000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,75); }

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

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

 a { background-color: rgb(60,163,75); }

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

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

 span { border-color: rgb(60,163,75); }

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