#34A734

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

Shades of Fruit Salad #34A734

Tints of Fruit Salad #34A734

Color information

#34A734 (or 0x34A734) is unknown color: approx Fruit Salad. HEX triplet: 34, A7 and 34. RGB value is (52,167,52). Sum of RGB (Red+Green+Blue) = 52+167+52=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 167 (65.62% from 255 or 61.62% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 167 - color contains mainly: green. Hex color #34A734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A734 is #CB58CB. Grayscale: #777777. Windows color (decimal): -13326540 or 3450676. OLE color: 3450676.

HSL color Cylindrical-coordinate representation of color #34A734: hue angle of 120º 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 #34A734 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB5216752-
CMYK0.6900.690.35
HSL120º52.51%42.94%-
HSV(B)120º68.86%65.49%-
XYZ15.8528.627.94-
YUV119.589.979.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 167 (65.62% from 255) = 61.62%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=19.19%
G=61.62%
B=19.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52167520.6900.690.3512052.5142.94
Hex34A734450452378352b
Octal64247641050105431706553
Binary110100101001111101001000101010001011000111111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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