#419945

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

Shades of Fruit Salad #419945

Tints of Fruit Salad #419945

Color information

#419945 (or 0x419945) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 45. RGB value is (65,153,69). Sum of RGB (Red+Green+Blue) = 65+153+69=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #419945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419945 is #BE66BA. Grayscale: #757575. Windows color (decimal): -12478139 or 4561217. OLE color: 4561217.

HSL color Cylindrical-coordinate representation of color #419945: hue angle of 122.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419945 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB6515369-
CMYK0.5800.550.4
HSL122.73º40.37%42.75%-
HSV(B)122.73º57.52%60%-
XYZ14.6524.349.56-
YUV117.11100.8590.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=22.65%
G=53.31%
B=24.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153690.5800.550.4122.7340.3742.75
Hex4199453A037287b282b
Octal10123110572067501735053
Binary100000110011001100010111101001101111010001111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419945; }

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

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

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

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

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

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

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

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