#40B544

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

Shades of Fruit Salad #40B544

Tints of Fruit Salad #40B544

Color information

#40B544 (or 0x40B544) is unknown color: approx Fruit Salad. HEX triplet: 40, B5 and 44. RGB value is (64,181,68). Sum of RGB (Red+Green+Blue) = 64+181+68=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #40B544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B544 is #BF4ABB. Grayscale: #858585. Windows color (decimal): -12536508 or 4502848. OLE color: 4502848.

HSL color Cylindrical-coordinate representation of color #40B544: hue angle of 122.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B544 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB6418168-
CMYK0.6500.620.29
HSL122.05º47.76%48.04%-
HSV(B)122.05º64.64%70.98%-
XYZ19.6834.5611.1-
YUV133.1491.2478.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 181 (71.09% from 255) = 57.83%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=20.45%
G=57.83%
B=21.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181680.6500.620.29122.0547.7648.04
Hex40B5444103E1D7a3030
Octal100265104101076351726060
Binary100000010110101100010010000010111110111011111010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,181,68); }

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

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

 a { background-color: rgb(64,181,68); }

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

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

 span { border-color: rgb(64,181,68); }

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