#40B549

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

Shades of Fruit Salad #40B549

Tints of Fruit Salad #40B549

Color information

#40B549 (or 0x40B549) is unknown color: approx Fruit Salad. HEX triplet: 40, B5 and 49. RGB value is (64,181,73). Sum of RGB (Red+Green+Blue) = 64+181+73=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #40B549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B549 is #BF4AB6. Grayscale: #868686. Windows color (decimal): -12536503 or 4830528. OLE color: 4830528.

HSL color Cylindrical-coordinate representation of color #40B549: hue angle of 124.62º 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 #40B549 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB6418173-
CMYK0.6500.600.29
HSL124.62º47.76%48.04%-
HSV(B)124.62º64.64%70.98%-
XYZ19.8434.6211.94-
YUV133.793.7478.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 181 (71.09% from 255) = 56.92%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=20.13%
G=56.92%
B=22.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181730.6500.600.29124.6247.7648.04
Hex40B5494103C1D7d3030
Octal100265111101074351756060
Binary100000010110101100100110000010111100111011111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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