#34A540

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

Shades of Fruit Salad #34A540

Tints of Fruit Salad #34A540

Color information

#34A540 (or 0x34A540) is unknown color: approx Fruit Salad. HEX triplet: 34, A5 and 40. RGB value is (52,165,64). Sum of RGB (Red+Green+Blue) = 52+165+64=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #34A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A540 is #CB5ABF. Grayscale: #777777. Windows color (decimal): -13327040 or 4236596. OLE color: 4236596.

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

Color convert

RGB5216564-
CMYK0.6800.610.35
HSL126.37º52.07%42.55%-
HSV(B)126.37º68.48%64.71%-
XYZ15.828.019.42-
YUV119.796.5679.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=18.51%
G=58.72%
B=22.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52165640.6800.610.35126.3752.0742.55
Hex34A5404403D237e342b
Octal64245100104075431766453
Binary110100101001011000000100010001111011000111111110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,165,64); }

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

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

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

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

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

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

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