#349d3b

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

Shades of Fruit Salad #349D3B

Tints of Fruit Salad #349D3B

Color information

#349D3B (or 0x349D3B) is unknown color: approx Fruit Salad. HEX triplet: 34, 9D and 3B. RGB value is (52,157,59). Sum of RGB (Red+Green+Blue) = 52+157+59=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #349D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D3B is #CB62C4. Grayscale: #727272. Windows color (decimal): -13329093 or 3906868. OLE color: 3906868.

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

Color convert

RGB5215759-
CMYK0.6700.620.38
HSL124º50.24%40.98%-
HSV(B)124º66.88%61.57%-
XYZ14.2625.168.24-
YUV114.4396.7183.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 157 (61.72% from 255) = 58.58%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=19.40%
G=58.58%
B=22.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157590.6700.620.3812450.2440.98
Hex349D3B4303E267c3229
Octal6423573103076461746251
Binary11010010011101111011100001101111101001101111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,59); }

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

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

 a { background-color: rgb(52,157,59); }

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

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

 span { border-color: rgb(52,157,59); }

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