#34A43C

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

Shades of Fruit Salad #34A43C

Tints of Fruit Salad #34A43C

Color information

#34A43C (or 0x34A43C) is unknown color: approx Fruit Salad. HEX triplet: 34, A4 and 3C. RGB value is (52,164,60). Sum of RGB (Red+Green+Blue) = 52+164+60=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #34A43C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A43C is #CB5BC3. Grayscale: #767676. Windows color (decimal): -13327300 or 3974196. OLE color: 3974196.

HSL color Cylindrical-coordinate representation of color #34A43C: hue angle of 124.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A43C is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB5216460-
CMYK0.6800.630.36
HSL124.29º51.85%42.35%-
HSV(B)124.29º68.29%64.31%-
XYZ15.5127.618.79-
YUV118.6694.8980.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 164 (64.45% from 255) = 59.42%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=18.84%
G=59.42%
B=21.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52164600.6800.630.36124.2951.8542.35
Hex34A43C4403F247c342a
Octal6424474104077441746452
Binary11010010100100111100100010001111111001001111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A43C; }

 p { color: rgb(52,164,60); }

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

<style>
 a { background-color: #34A43C; }

 a { background-color: rgb(52,164,60); }

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

<style>
 span { border-color: #34A43C; }

 span { border-color: rgb(52,164,60); }

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