#34A541

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

Shades of Fruit Salad #34A541

Tints of Fruit Salad #34A541

Color information

#34A541 (or 0x34A541) is unknown color: approx Fruit Salad. HEX triplet: 34, A5 and 41. RGB value is (52,165,65). Sum of RGB (Red+Green+Blue) = 52+165+65=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #34A541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A541 is #CB5ABE. Grayscale: #787878. Windows color (decimal): -13327039 or 4302132. OLE color: 4302132.

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

Color convert

RGB5216565-
CMYK0.6800.610.35
HSL126.9º52.07%42.55%-
HSV(B)126.9º68.48%64.71%-
XYZ15.8328.029.58-
YUV119.8197.0679.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=18.44%
G=58.51%
B=23.05%

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
Decimal52165650.6800.610.35126.952.0742.55
Hex34A5414403D237f342b
Octal64245101104075431776453
Binary110100101001011000001100010001111011000111111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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