#4BAA32

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

Shades of Kelly Green #4BAA32

Tints of Kelly Green #4BAA32

Color information

#4BAA32 (or 0x4BAA32) is unknown color: approx Kelly Green. HEX triplet: 4B, AA and 32. RGB value is (75,170,50). Sum of RGB (Red+Green+Blue) = 75+170+50=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA32 is #B455CD. Grayscale: #808080. Windows color (decimal): -11818446 or 3320395. OLE color: 3320395.

HSL color Cylindrical-coordinate representation of color #4BAA32: hue angle of 107.5º 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 #4BAA32 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB7517050-
CMYK0.5600.710.33
HSL107.5º54.55%43.14%-
HSV(B)107.5º70.59%66.67%-
XYZ17.8530.487.96-
YUV127.9284.0390.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.42%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=25.42%
G=57.63%
B=16.95%

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
Decimal75170500.5600.710.33107.554.5543.14
Hex4BAA3238047216c372b
Octal11325262700107411546753
Binary100101110101010110010111000010001111000011101100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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