#418F48

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

Shades of Fruit Salad #418F48

Tints of Fruit Salad #418F48

Color information

#418F48 (or 0x418F48) is unknown color: approx Fruit Salad. HEX triplet: 41, 8F and 48. RGB value is (65,143,72). Sum of RGB (Red+Green+Blue) = 65+143+72=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #418F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F48 is #BE70B7. Grayscale: #6F6F6F. Windows color (decimal): -12480696 or 4755265. OLE color: 4755265.

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

Color convert

RGB6514372-
CMYK0.5500.500.44
HSL125.38º37.5%40.78%-
HSV(B)125.38º54.55%56.08%-
XYZ13.1721.249.54-
YUV111.58105.6694.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=23.21%
G=51.07%
B=25.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143720.5500.500.44125.3837.540.78
Hex418F48370322C7d2629
Octal10121711067062541754651
Binary100000110001111100100011011101100101011001111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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