Html Css Color HEX #49AC32 Kelly Green

📋 copy color: '#49AC32'

red 73 ◦ green 172 ◦ blue 50

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

Shades of Kelly Green #49AC32

Tints of Kelly Green #49AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.31%

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

R = 24.75%
G = 58.31%
B = 16.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#49AC32 (or 0x49AC32) is known color: Kelly Green. HEX triplet: 49, AC and 32. RGB value is (73,172,50). Sum of RGB (Red+Green+Blue) = 73+172+50=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC32 is #B653CD. Grayscale: #808080. Windows color (decimal): -11949006 or 3320905. OLE color: 3320905.

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

Color convert

RGB 73 172 50 -
CMYK 0.58 0 0.71 0.33
HSL 108.69º 0.55% 0.44% -
HSV(B) 108.69º 0.71% 0.67% -
XYZ 18.08 31.15 8.08 -
YUV 128.49 83.7 88.42 -
System Red Green Blue C M Y K H S L
Decimal 73 172 50 0.58 0 0.71 0.33 108.69 0.55 0.44
Hex 49 AC 32 3A 0 47 21 6D 37 2C
Octal 111 254 62 72 0 107 41 155 67 54
Binary 1001001 10101100 110010 111010 0 1000111 100001 1101101 110111 101100

Color Harmonies of #49AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC32

Black with #49AC32

Text Example


Text Example

White with #49AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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