#40a522

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

Shades of Kelly Green #40A522

Tints of Kelly Green #40A522

Color information

#40A522 (or 0x40A522) is unknown color: approx Kelly Green. HEX triplet: 40, A5 and 22. RGB value is (64,165,34). Sum of RGB (Red+Green+Blue) = 64+165+34=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #40A522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A522 is #BF5ADD. Grayscale: #787878. Windows color (decimal): -12540638 or 2270528. OLE color: 2270528.

HSL color Cylindrical-coordinate representation of color #40A522: hue angle of 106.26º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40A522 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB6416534-
CMYK0.6100.790.35
HSL106.26º65.83%39.02%-
HSV(B)106.26º79.39%64.71%-
XYZ15.8628.126.1-
YUV119.8779.5488.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 165 (64.84% from 255) = 62.74%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=24.33%
G=62.74%
B=12.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165340.6100.790.35106.2665.8339.02
Hex40A5223D04F236a4227
Octal100245427501174315210247
Binary1000000101001011000101111010100111110001111010101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,34); }

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

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

 a { background-color: rgb(64,165,34); }

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

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

 span { border-color: rgb(64,165,34); }

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