#409948

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

Shades of Fruit Salad #409948

Tints of Fruit Salad #409948

Color information

#409948 (or 0x409948) is unknown color: approx Fruit Salad. HEX triplet: 40, 99 and 48. RGB value is (64,153,72). Sum of RGB (Red+Green+Blue) = 64+153+72=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #409948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409948 is #BF66B7. Grayscale: #757575. Windows color (decimal): -12543672 or 4757824. OLE color: 4757824.

HSL color Cylindrical-coordinate representation of color #409948: hue angle of 125.39º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409948 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB6415372-
CMYK0.5800.530.4
HSL125.39º41.01%42.55%-
HSV(B)125.39º58.17%60%-
XYZ14.6824.3410.06-
YUV117.15102.5190.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=22.15%
G=52.94%
B=24.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153720.5800.530.4125.3941.0142.55
Hex4099483A035287d292b
Octal10023111072065501755153
Binary100000010011001100100011101001101011010001111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409948; }

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

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

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

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

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

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

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

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