#349C41

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

Shades of Fruit Salad #349C41

Tints of Fruit Salad #349C41

Color information

#349C41 (or 0x349C41) is unknown color: approx Fruit Salad. HEX triplet: 34, 9C and 41. RGB value is (52,156,65). Sum of RGB (Red+Green+Blue) = 52+156+65=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #349C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C41 is #CB63BE. Grayscale: #727272. Windows color (decimal): -13329343 or 4299828. OLE color: 4299828.

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

Color convert

RGB5215665-
CMYK0.6700.580.39
HSL127.5º50%40.78%-
HSV(B)127.5º66.67%61.18%-
XYZ14.2624.899.05-
YUV114.53100.0483.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 156 (61.33% from 255) = 57.14%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52156650.6700.580.39127.55040.78
Hex349C414303A27803229
Octal64234101103072472006251
Binary1101001001110010000011000011011101010011110000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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