#349740

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

Shades of Fruit Salad #349740

Tints of Fruit Salad #349740

Color information

#349740 (or 0x349740) is unknown color: approx Fruit Salad. HEX triplet: 34, 97 and 40. RGB value is (52,151,64). Sum of RGB (Red+Green+Blue) = 52+151+64=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #349740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349740 is #CB68BF. Grayscale: #6F6F6F. Windows color (decimal): -13330624 or 4233012. OLE color: 4233012.

HSL color Cylindrical-coordinate representation of color #349740: hue angle of 127.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349740 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB5215164-
CMYK0.6600.580.41
HSL127.27º48.77%39.8%-
HSV(B)127.27º65.56%59.22%-
XYZ13.4123.238.63-
YUV111.48101.285.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 151 (59.38% from 255) = 56.55%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=19.48%
G=56.55%
B=23.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151640.6600.580.41127.2748.7739.8
Hex3497404203A297f3128
Octal64227100102072511776150
Binary110100100101111000000100001001110101010011111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349740; }

 p { color: rgb(52,151,64); }

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

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

 a { background-color: rgb(52,151,64); }

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

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

 span { border-color: rgb(52,151,64); }

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