#40AB34

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

Shades of Fruit Salad #40AB34

Tints of Fruit Salad #40AB34

Color information

#40AB34 (or 0x40AB34) is unknown color: approx Fruit Salad. HEX triplet: 40, AB and 34. RGB value is (64,171,52). Sum of RGB (Red+Green+Blue) = 64+171+52=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB34 is #BF54CB. Grayscale: #7D7D7D. Windows color (decimal): -12539084 or 3451712. OLE color: 3451712.

HSL color Cylindrical-coordinate representation of color #40AB34: hue angle of 113.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40AB34 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB6417152-
CMYK0.6300.700.33
HSL113.95º53.36%43.73%-
HSV(B)113.95º69.59%67.06%-
XYZ17.330.468.22-
YUV125.4486.5584.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=22.30%
G=59.58%
B=18.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64171520.6300.700.33113.9553.3643.73
Hex40AB343F0462172352c
Octal10025364770106411626554
Binary100000010101011110100111111010001101000011110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,171,52); }

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

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

 a { background-color: rgb(64,171,52); }

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

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

 span { border-color: rgb(64,171,52); }

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