#40AA37

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

Shades of Fruit Salad #40AA37

Tints of Fruit Salad #40AA37

Color information

#40AA37 (or 0x40AA37) is unknown color: approx Fruit Salad. HEX triplet: 40, AA and 37. RGB value is (64,170,55). Sum of RGB (Red+Green+Blue) = 64+170+55=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA37 is #BF55C8. Grayscale: #7D7D7D. Windows color (decimal): -12539337 or 3648064. OLE color: 3648064.

HSL color Cylindrical-coordinate representation of color #40AA37: hue angle of 115.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AA37 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB6417055-
CMYK0.6200.680.33
HSL115.3º51.11%44.12%-
HSV(B)115.3º67.65%66.67%-
XYZ17.1830.128.52-
YUV125.288.3884.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=22.15%
G=58.82%
B=19.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170550.6200.680.33115.351.1144.12
Hex40AA373E0442173332c
Octal10025267760104411636354
Binary100000010101010110111111110010001001000011110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,55); }

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

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

 a { background-color: rgb(64,170,55); }

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

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

 span { border-color: rgb(64,170,55); }

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