#418E40

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

Shades of Fruit Salad #418E40

Tints of Fruit Salad #418E40

Color information

#418E40 (or 0x418E40) is unknown color: approx Fruit Salad. HEX triplet: 41, 8E and 40. RGB value is (65,142,64). Sum of RGB (Red+Green+Blue) = 65+142+64=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #418E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418E40 is #BE71BF. Grayscale: #6E6E6E. Windows color (decimal): -12480960 or 4230721. OLE color: 4230721.

HSL color Cylindrical-coordinate representation of color #418E40: hue angle of 119.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418E40 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB6514264-
CMYK0.5400.550.44
HSL119.23º37.86%40.39%-
HSV(B)119.23º54.93%55.69%-
XYZ12.7820.848.2-
YUV110.08101.9995.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 142 (55.86% from 255) = 52.40%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=23.99%
G=52.40%
B=23.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65142640.5400.550.44119.2337.8640.39
Hex418E40360372C772628
Octal10121610066067541674650
Binary100000110001110100000011011001101111011001110111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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