#418F40

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

Shades of Fruit Salad #418F40

Tints of Fruit Salad #418F40

Color information

#418F40 (or 0x418F40) is unknown color: approx Fruit Salad. HEX triplet: 41, 8F and 40. RGB value is (65,143,64). Sum of RGB (Red+Green+Blue) = 65+143+64=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #418F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F40 is #BE70BF. Grayscale: #6E6E6E. Windows color (decimal): -12480704 or 4230977. OLE color: 4230977.

HSL color Cylindrical-coordinate representation of color #418F40: hue angle of 119.24º 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 #418F40 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB6514364-
CMYK0.5500.550.44
HSL119.24º38.16%40.59%-
HSV(B)119.24º55.24%56.08%-
XYZ12.9321.148.25-
YUV110.67101.6695.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=23.90%
G=52.57%
B=23.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143640.5500.550.44119.2438.1640.59
Hex418F40370372C772629
Octal10121710067067541674651
Binary100000110001111100000011011101101111011001110111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418F40; }

 p { color: rgb(65,143,64); }

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

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

 a { background-color: rgb(65,143,64); }

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

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

 span { border-color: rgb(65,143,64); }

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