#349940

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

Shades of Fruit Salad #349940

Tints of Fruit Salad #349940

Color information

#349940 (or 0x349940) is unknown color: approx Fruit Salad. HEX triplet: 34, 99 and 40. RGB value is (52,153,64). Sum of RGB (Red+Green+Blue) = 52+153+64=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #349940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349940 is #CB66BF. Grayscale: #707070. Windows color (decimal): -13330112 or 4233524. OLE color: 4233524.

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

Color convert

RGB5215364-
CMYK0.6600.580.4
HSL127.13º49.27%40.2%-
HSV(B)127.13º66.01%60%-
XYZ13.7323.888.74-
YUV112.66100.5484.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=19.33%
G=56.88%
B=23.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153640.6600.580.4127.1349.2740.2
Hex3499404203A287f3128
Octal64231100102072501776150
Binary110100100110011000000100001001110101010001111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349940; }

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

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

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

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

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

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

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

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