#34A336

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

Shades of Fruit Salad #34A336

Tints of Fruit Salad #34A336

Color information

#34A336 (or 0x34A336) is unknown color: approx Fruit Salad. HEX triplet: 34, A3 and 36. RGB value is (52,163,54). Sum of RGB (Red+Green+Blue) = 52+163+54=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #34A336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A336 is #CB5CC9. Grayscale: #757575. Windows color (decimal): -13327562 or 3580724. OLE color: 3580724.

HSL color Cylindrical-coordinate representation of color #34A336: hue angle of 121.08º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A336 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB5216354-
CMYK0.6800.670.36
HSL121.08º51.63%42.16%-
HSV(B)121.08º68.1%63.92%-
XYZ15.1827.197.94-
YUV117.3892.2381.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=19.33%
G=60.59%
B=20.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163540.6800.670.36121.0851.6342.16
Hex34A336440432479342a
Octal64243661040103441716452
Binary110100101000111101101000100010000111001001111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,54); }

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

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

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

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

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

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

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