#40A722

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

Shades of Kelly Green #40A722

Tints of Kelly Green #40A722

Color information

#40A722 (or 0x40A722) is unknown color: approx Kelly Green. HEX triplet: 40, A7 and 22. RGB value is (64,167,34). Sum of RGB (Red+Green+Blue) = 64+167+34=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 167 (65.62% from 255 or 63.02% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 167 - color contains mainly: green. Hex color #40A722 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A722 is #BF58DD. Grayscale: #797979. Windows color (decimal): -12540126 or 2271040. OLE color: 2271040.

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

Color convert

RGB6416734-
CMYK0.6200.800.35
HSL106.47º66.17%39.41%-
HSV(B)106.47º79.64%65.49%-
XYZ16.2228.846.23-
YUV121.0478.8887.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 167 (65.62% from 255) = 63.02%
BLUE value IS 34 (13.67% from 255) = 12.83%
R=24.15%
G=63.02%
B=12.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64167340.6200.800.35106.4766.1739.41
Hex40A7223E050236a4227
Octal100247427601204315210247
Binary1000000101001111000101111100101000010001111010101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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