#349B3C

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

Shades of Fruit Salad #349B3C

Tints of Fruit Salad #349B3C

Color information

#349B3C (or 0x349B3C) is unknown color: approx Fruit Salad. HEX triplet: 34, 9B and 3C. RGB value is (52,155,60). Sum of RGB (Red+Green+Blue) = 52+155+60=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #349B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B3C is #CB64C3. Grayscale: #717171. Windows color (decimal): -13329604 or 3971892. OLE color: 3971892.

HSL color Cylindrical-coordinate representation of color #349B3C: hue angle of 124.66º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B3C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB5215560-
CMYK0.6600.610.39
HSL124.66º49.76%40.59%-
HSV(B)124.66º66.45%60.78%-
XYZ13.9524.58.27-
YUV113.3797.8884.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=19.48%
G=58.05%
B=22.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155600.6600.610.39124.6649.7640.59
Hex349B3C4203D277d3229
Octal6423374102075471756251
Binary11010010011011111100100001001111011001111111101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349B3C; }

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

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

<style>
 a { background-color: #349B3C; }

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

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

<style>
 span { border-color: #349B3C; }

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

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