#40B642

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

Shades of Fruit Salad #40B642

Tints of Fruit Salad #40B642

Color information

#40B642 (or 0x40B642) is unknown color: approx Fruit Salad. HEX triplet: 40, B6 and 42. RGB value is (64,182,66). Sum of RGB (Red+Green+Blue) = 64+182+66=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #40B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B642 is #BF49BD. Grayscale: #858585. Windows color (decimal): -12536254 or 4372032. OLE color: 4372032.

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

Color convert

RGB6418266-
CMYK0.6500.640.29
HSL121.02º47.97%48.24%-
HSV(B)121.02º64.84%71.37%-
XYZ19.8334.9410.85-
YUV133.4989.9178.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 182 (71.48% from 255) = 58.33%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=20.51%
G=58.33%
B=21.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182660.6500.640.29121.0247.9748.24
Hex40B642410401D793030
Octal1002661021010100351716060
Binary1000000101101101000010100000101000000111011111001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,182,66); }

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

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

 a { background-color: rgb(64,182,66); }

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

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

 span { border-color: rgb(64,182,66); }

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