#409548

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

Shades of Fruit Salad #409548

Tints of Fruit Salad #409548

Color information

#409548 (or 0x409548) is unknown color: approx Fruit Salad. HEX triplet: 40, 95 and 48. RGB value is (64,149,72). Sum of RGB (Red+Green+Blue) = 64+149+72=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #409548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409548 is #BF6AB7. Grayscale: #737373. Windows color (decimal): -12544696 or 4756800. OLE color: 4756800.

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

Color convert

RGB6414972-
CMYK0.5700.520.42
HSL125.65º39.91%41.76%-
HSV(B)125.65º57.05%58.43%-
XYZ14.0323.059.84-
YUV114.81103.8491.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=22.46%
G=52.28%
B=25.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149720.5700.520.42125.6539.9141.76
Hex409548390342A7e282a
Octal10022511071064521765052
Binary100000010010101100100011100101101001010101111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409548; }

 p { color: rgb(64,149,72); }

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

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

 a { background-color: rgb(64,149,72); }

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

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

 span { border-color: rgb(64,149,72); }

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