Html Css Color HEX #49AF32 Kelly Green

📋 copy color: '#49AF32'

red 73 ◦ green 175 ◦ blue 50

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

Shades of Kelly Green #49AF32

Tints of Kelly Green #49AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.72%

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

R = 24.5%
G = 58.72%
B = 16.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#49AF32 (or 0x49AF32) is known color: Kelly Green. HEX triplet: 49, AF and 32. RGB value is (73,175,50). Sum of RGB (Red+Green+Blue) = 73+175+50=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF32 is #B650CD. Grayscale: #828282. Windows color (decimal): -11948238 or 3321673. OLE color: 3321673.

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

Color convert

RGB 73 175 50 -
CMYK 0.58 0 0.71 0.31
HSL 108.96º 0.56% 0.44% -
HSV(B) 108.96º 0.71% 0.69% -
XYZ 18.65 32.31 8.27 -
YUV 130.25 82.71 87.16 -
System Red Green Blue C M Y K H S L
Decimal 73 175 50 0.58 0 0.71 0.31 108.96 0.56 0.44
Hex 49 AF 32 3A 0 47 1F 6D 38 2C
Octal 111 257 62 72 0 107 37 155 70 54
Binary 1001001 10101111 110010 111010 0 1000111 11111 1101101 111000 101100

Color Harmonies of #49AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF32

Black with #49AF32

Text Example


Text Example

White with #49AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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