#4AAA32

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

Shades of Kelly Green #4AAA32

Tints of Kelly Green #4AAA32

Color information

#4AAA32 (or 0x4AAA32) is unknown color: approx Kelly Green. HEX triplet: 4A, AA and 32. RGB value is (74,170,50). Sum of RGB (Red+Green+Blue) = 74+170+50=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA32 is #B555CD. Grayscale: #808080. Windows color (decimal): -11883982 or 3320394. OLE color: 3320394.

HSL color Cylindrical-coordinate representation of color #4AAA32: hue angle of 108º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAA32 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB7417050-
CMYK0.5600.710.33
HSL108º54.55%43.14%-
HSV(B)108º70.59%66.67%-
XYZ17.7730.447.96-
YUV127.6284.289.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 170 (66.80% from 255) = 57.82%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=25.17%
G=57.82%
B=17.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170500.5600.710.3310854.5543.14
Hex4AAA3238047216c372b
Octal11225262700107411546753
Binary100101010101010110010111000010001111000011101100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAA32; }

 p { color: rgb(74,170,50); }

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

<style>
 a { background-color: #4AAA32; }

 a { background-color: rgb(74,170,50); }

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

<style>
 span { border-color: #4AAA32; }

 span { border-color: rgb(74,170,50); }

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