#349C3A

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

Shades of Fruit Salad #349C3A

Tints of Fruit Salad #349C3A

Color information

#349C3A (or 0x349C3A) is unknown color: approx Fruit Salad. HEX triplet: 34, 9C and 3A. RGB value is (52,156,58). Sum of RGB (Red+Green+Blue) = 52+156+58=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #349C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C3A is #CB63C5. Grayscale: #727272. Windows color (decimal): -13329350 or 3841076. OLE color: 3841076.

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

Color convert

RGB5215658-
CMYK0.6700.630.39
HSL123.46º50%40.78%-
HSV(B)123.46º66.67%61.18%-
XYZ14.0724.818.05-
YUV113.7396.5483.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 156 (61.33% from 255) = 58.65%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=19.55%
G=58.65%
B=21.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52156580.6700.630.39123.465040.78
Hex349C3A4303F277b3229
Octal6423472103077471736251
Binary11010010011100111010100001101111111001111111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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