#34A33C

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

Shades of Fruit Salad #34A33C

Tints of Fruit Salad #34A33C

Color information

#34A33C (or 0x34A33C) is unknown color: approx Fruit Salad. HEX triplet: 34, A3 and 3C. RGB value is (52,163,60). Sum of RGB (Red+Green+Blue) = 52+163+60=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #34A33C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A33C is #CB5CC3. Grayscale: #767676. Windows color (decimal): -13327556 or 3973940. OLE color: 3973940.

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

Color convert

RGB5216360-
CMYK0.6800.630.36
HSL124.32º51.63%42.16%-
HSV(B)124.32º68.1%63.92%-
XYZ15.3327.258.73-
YUV118.0795.2380.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 163 (64.06% from 255) = 59.27%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=18.91%
G=59.27%
B=21.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163600.6800.630.36124.3251.6342.16
Hex34A33C4403F247c342a
Octal6424374104077441746452
Binary11010010100011111100100010001111111001001111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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