#34A93E

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

Shades of Fruit Salad #34A93E

Tints of Fruit Salad #34A93E

Color information

#34A93E (or 0x34A93E) is unknown color: approx Fruit Salad. HEX triplet: 34, A9 and 3E. RGB value is (52,169,62). Sum of RGB (Red+Green+Blue) = 52+169+62=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #34A93E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A93E is #CB56C1. Grayscale: #7A7A7A. Windows color (decimal): -13326018 or 4106548. OLE color: 4106548.

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

Color convert

RGB5216962-
CMYK0.6900.630.34
HSL125.13º52.94%43.33%-
HSV(B)125.13º69.23%66.27%-
XYZ16.4729.459.37-
YUV121.8294.2478.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 169 (66.41% from 255) = 59.72%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=18.37%
G=59.72%
B=21.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52169620.6900.630.34125.1352.9443.33
Hex34A93E4503F227d352b
Octal6425176105077421756553
Binary11010010101001111110100010101111111000101111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,169,62); }

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

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

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

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

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

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

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