#419348

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

Shades of Fruit Salad #419348

Tints of Fruit Salad #419348

Color information

#419348 (or 0x419348) is unknown color: approx Fruit Salad. HEX triplet: 41, 93 and 48. RGB value is (65,147,72). Sum of RGB (Red+Green+Blue) = 65+147+72=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #419348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419348 is #BE6CB7. Grayscale: #727272. Windows color (decimal): -12479672 or 4756289. OLE color: 4756289.

HSL color Cylindrical-coordinate representation of color #419348: hue angle of 125.12º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419348 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB6514772-
CMYK0.5600.510.42
HSL125.12º38.68%41.57%-
HSV(B)125.12º55.78%57.65%-
XYZ13.7822.469.74-
YUV113.93104.3393.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=22.89%
G=51.76%
B=25.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147720.5600.510.42125.1238.6841.57
Hex419348380332A7d272a
Octal10122311070063521754752
Binary100000110010011100100011100001100111010101111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419348; }

 p { color: rgb(65,147,72); }

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

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

 a { background-color: rgb(65,147,72); }

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

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

 span { border-color: rgb(65,147,72); }

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