#409848

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

Shades of Fruit Salad #409848

Tints of Fruit Salad #409848

Color information

#409848 (or 0x409848) is unknown color: approx Fruit Salad. HEX triplet: 40, 98 and 48. RGB value is (64,152,72). Sum of RGB (Red+Green+Blue) = 64+152+72=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #409848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409848 is #BF67B7. Grayscale: #747474. Windows color (decimal): -12543928 or 4757568. OLE color: 4757568.

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

Color convert

RGB6415272-
CMYK0.5800.530.40
HSL125.45º40.74%42.35%-
HSV(B)125.45º57.89%59.61%-
XYZ14.5124.0110-
YUV116.57102.8590.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 72 (28.52% from 255) = 25%
R=22.22%
G=52.78%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64152720.5800.530.40125.4540.7442.35
Hex4098483A035287d292a
Octal10023011072065501755152
Binary100000010011000100100011101001101011010001111101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409848; }

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

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

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

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

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

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

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

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