#418F4A

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

Shades of Fruit Salad #418F4A

Tints of Fruit Salad #418F4A

Color information

#418F4A (or 0x418F4A) is unknown color: approx Fruit Salad. HEX triplet: 41, 8F and 4A. RGB value is (65,143,74). Sum of RGB (Red+Green+Blue) = 65+143+74=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #418F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F4A is #BE70B5. Grayscale: #707070. Windows color (decimal): -12480694 or 4886337. OLE color: 4886337.

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

Color convert

RGB6514374-
CMYK0.5500.480.44
HSL126.92º37.5%40.78%-
HSV(B)126.92º54.55%56.08%-
XYZ13.2421.269.89-
YUV111.81106.6694.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 143 (56.25% from 255) = 50.71%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=23.05%
G=50.71%
B=26.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143740.5500.480.44126.9237.540.78
Hex418F4A370302C7f2629
Octal10121711267060541774651
Binary100000110001111100101011011101100001011001111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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