#349E41

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

Shades of Fruit Salad #349E41

Tints of Fruit Salad #349E41

Color information

#349E41 (or 0x349E41) is unknown color: approx Fruit Salad. HEX triplet: 34, 9E and 41. RGB value is (52,158,65). Sum of RGB (Red+Green+Blue) = 52+158+65=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #349E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349E41 is #CB61BE. Grayscale: #737373. Windows color (decimal): -13328831 or 4300340. OLE color: 4300340.

HSL color Cylindrical-coordinate representation of color #349E41: hue angle of 127.36º 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 #349E41 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB5215865-
CMYK0.6700.590.38
HSL127.36º50.48%41.18%-
HSV(B)127.36º67.09%61.96%-
XYZ14.625.579.17-
YUV115.799.3882.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=18.91%
G=57.45%
B=23.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158650.6700.590.38127.3650.4841.18
Hex349E414303B267f3229
Octal64236101103073461776251
Binary110100100111101000001100001101110111001101111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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