#419042

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

Shades of Fruit Salad #419042

Tints of Fruit Salad #419042

Color information

#419042 (or 0x419042) is unknown color: approx Fruit Salad. HEX triplet: 41, 90 and 42. RGB value is (65,144,66). Sum of RGB (Red+Green+Blue) = 65+144+66=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #419042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419042 is #BE6FBD. Grayscale: #6F6F6F. Windows color (decimal): -12480446 or 4362305. OLE color: 4362305.

HSL color Cylindrical-coordinate representation of color #419042: hue angle of 120.76º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419042 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB6514466-
CMYK0.5500.540.44
HSL120.76º37.8%40.98%-
HSV(B)120.76º54.86%56.47%-
XYZ13.1421.468.6-
YUV111.49102.3394.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 66 (26.17% from 255) = 24%
R=23.64%
G=52.36%
B=24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144660.5500.540.44120.7637.840.98
Hex419042370362C792629
Octal10122010267066541714651
Binary100000110010000100001011011101101101011001111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419042; }

 p { color: rgb(65,144,66); }

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

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

 a { background-color: rgb(65,144,66); }

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

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

 span { border-color: rgb(65,144,66); }

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