#419645

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

Shades of Fruit Salad #419645

Tints of Fruit Salad #419645

Color information

#419645 (or 0x419645) is unknown color: approx Fruit Salad. HEX triplet: 41, 96 and 45. RGB value is (65,150,69). Sum of RGB (Red+Green+Blue) = 65+150+69=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #419645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419645 is #BE69BA. Grayscale: #737373. Windows color (decimal): -12478907 or 4560449. OLE color: 4560449.

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

Color convert

RGB6515069-
CMYK0.5700.540.41
HSL122.82º39.53%42.16%-
HSV(B)122.82º56.67%58.82%-
XYZ14.1623.379.39-
YUV115.35101.8492.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=22.89%
G=52.82%
B=24.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150690.5700.540.41122.8239.5342.16
Hex41964539036297b282a
Octal10122610571066511735052
Binary100000110010110100010111100101101101010011111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419645; }

 p { color: rgb(65,150,69); }

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

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

 a { background-color: rgb(65,150,69); }

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

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

 span { border-color: rgb(65,150,69); }

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