#419544

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

Shades of Fruit Salad #419544

Tints of Fruit Salad #419544

Color information

#419544 (or 0x419544) is unknown color: approx Fruit Salad. HEX triplet: 41, 95 and 44. RGB value is (65,149,68). Sum of RGB (Red+Green+Blue) = 65+149+68=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #419544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419544 is #BE6ABB. Grayscale: #727272. Windows color (decimal): -12479164 or 4494657. OLE color: 4494657.

HSL color Cylindrical-coordinate representation of color #419544: hue angle of 122.14º 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 #419544 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB6514968-
CMYK0.5600.540.42
HSL122.14º39.25%41.96%-
HSV(B)122.14º56.38%58.43%-
XYZ13.9723.049.18-
YUV114.65101.6792.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=23.05%
G=52.84%
B=24.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149680.5600.540.42122.1439.2541.96
Hex419544380362A7a272a
Octal10122510470066521724752
Binary100000110010101100010011100001101101010101111010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419544; }

 p { color: rgb(65,149,68); }

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

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

 a { background-color: rgb(65,149,68); }

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

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

 span { border-color: rgb(65,149,68); }

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