#40A848

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

Shades of Fruit Salad #40A848

Tints of Fruit Salad #40A848

Color information

#40A848 (or 0x40A848) is unknown color: approx Fruit Salad. HEX triplet: 40, A8 and 48. RGB value is (64,168,72). Sum of RGB (Red+Green+Blue) = 64+168+72=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #40A848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A848 is #BF57B7. Grayscale: #7E7E7E. Windows color (decimal): -12539832 or 4761664. OLE color: 4761664.

HSL color Cylindrical-coordinate representation of color #40A848: hue angle of 124.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A848 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB6416872-
CMYK0.6200.570.34
HSL124.62º44.83%45.49%-
HSV(B)124.62º61.9%65.88%-
XYZ17.2929.5610.93-
YUV125.9697.5483.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 168 (66.02% from 255) = 55.26%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=21.05%
G=55.26%
B=23.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64168720.6200.570.34124.6244.8345.49
Hex40A8483E039227d2d2d
Octal10025011076071421755555
Binary100000010101000100100011111001110011000101111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A848; }

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

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

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

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

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

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

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

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