#419142

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

Shades of Fruit Salad #419142

Tints of Fruit Salad #419142

Color information

#419142 (or 0x419142) is unknown color: approx Fruit Salad. HEX triplet: 41, 91 and 42. RGB value is (65,145,66). Sum of RGB (Red+Green+Blue) = 65+145+66=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #419142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419142 is #BE6EBD. Grayscale: #707070. Windows color (decimal): -12480190 or 4362561. OLE color: 4362561.

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

Color convert

RGB6514566-
CMYK0.5500.540.43
HSL120.75º38.1%41.18%-
HSV(B)120.75º55.17%56.86%-
XYZ13.2921.778.66-
YUV112.0710294.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=23.55%
G=52.54%
B=23.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145660.5500.540.43120.7538.141.18
Hex419142370362B792629
Octal10122110267066531714651
Binary100000110010001100001011011101101101010111111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419142; }

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

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

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

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

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

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

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

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