Html Css Color HEX #49AB32 Kelly Green

📋 copy color: '#49AB32'

red 73 ◦ green 171 ◦ blue 50

#49AB32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #49AB32

Tints of Kelly Green #49AB32

RGB

 RED value IS 73 (28.91% from 255) = 24.83%

 GREEN value IS 171 (67.19% from 255) = 58.16%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 24.83%
G = 58.16%
B = 17.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#49AB32 (or 0x49AB32) is known color: Kelly Green. HEX triplet: 49, AB and 32. RGB value is (73,171,50). Sum of RGB (Red+Green+Blue) = 73+171+50=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB32 is #B654CD. Grayscale: #808080. Windows color (decimal): -11949262 or 3320649. OLE color: 3320649.

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

Color convert

RGB 73 171 50 -
CMYK 0.57 0 0.71 0.33
HSL 108.6º 0.55% 0.43% -
HSV(B) 108.6º 0.71% 0.67% -
XYZ 17.89 30.77 8.01 -
YUV 127.9 84.03 88.84 -
System Red Green Blue C M Y K H S L
Decimal 73 171 50 0.57 0 0.71 0.33 108.6 0.55 0.43
Hex 49 AB 32 39 0 47 21 6D 37 2B
Octal 111 253 62 71 0 107 41 155 67 53
Binary 1001001 10101011 110010 111001 0 1000111 100001 1101101 110111 101011

Color Harmonies of #49AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AB32

Black with #49AB32

Text Example


Text Example

White with #49AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AB32; }

 p { color: rgb(73,171,50); }

 H1.HeaderClassName
 {
   color: #49AB32;
 }
 .AnyTagClassName
 {
   color: #49AB32;
 }
</style>

background-color css

<style>
 a { background-color: #49AB32; }

 a { background-color: rgb(73,171,50); }

 div.DivClassName
 {
   background-color: #49AB32;
 }
 .BgClassName
 {
   background-color: #49AB32;
 }
</style>

border-color css

<style>
 span { border-color: #49AB32; }

 span { border-color: rgb(73,171,50); }

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