#40B32E

Color #40B32E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40B32E

Tints of Kelly Green #40B32E

Color information

#40B32E (or 0x40B32E) is unknown color: approx Kelly Green. HEX triplet: 40, B3 and 2E. RGB value is (64,179,46). Sum of RGB (Red+Green+Blue) = 64+179+46=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #40B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B32E is #BF4CD1. Grayscale: #818181. Windows color (decimal): -12537042 or 3060544. OLE color: 3060544.

HSL color Cylindrical-coordinate representation of color #40B32E: hue angle of 111.88º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40B32E is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB6417946-
CMYK0.6400.740.30
HSL111.88º59.11%44.12%-
HSV(B)111.88º74.3%70.2%-
XYZ18.7333.538.07-
YUV129.4580.981.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 179 (70.31% from 255) = 61.94%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=22.15%
G=61.94%
B=15.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64179460.6400.740.30111.8859.1144.12
Hex40B32E4004A1E703b2c
Octal100263561000112361607354
Binary100000010110011101110100000001001010111101110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,179,46); }

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

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

 a { background-color: rgb(64,179,46); }

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

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

 span { border-color: rgb(64,179,46); }

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