#34A73C

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

Shades of Fruit Salad #34A73C

Tints of Fruit Salad #34A73C

Color information

#34A73C (or 0x34A73C) is unknown color: approx Fruit Salad. HEX triplet: 34, A7 and 3C. RGB value is (52,167,60). Sum of RGB (Red+Green+Blue) = 52+167+60=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #34A73C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A73C is #CB58C3. Grayscale: #787878. Windows color (decimal): -13326532 or 3974964. OLE color: 3974964.

HSL color Cylindrical-coordinate representation of color #34A73C: hue angle of 124.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A73C is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB5216760-
CMYK0.6900.640.35
HSL124.17º52.51%42.94%-
HSV(B)124.17º68.86%65.49%-
XYZ16.0528.698.97-
YUV120.4293.979.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 167 (65.62% from 255) = 59.86%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=18.64%
G=59.86%
B=21.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52167600.6900.640.35124.1752.5142.94
Hex34A73C45040237c352b
Octal64247741050100431746553
Binary110100101001111111001000101010000001000111111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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