Html Css Color HEX #49AF31 Kelly Green

📋 copy color: '#49AF31'

red 73 ◦ green 175 ◦ blue 49

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

Shades of Kelly Green #49AF31

Tints of Kelly Green #49AF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 24.58%
G = 58.92%
B = 16.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#49AF31 (or 0x49AF31) is known color: Kelly Green. HEX triplet: 49, AF and 31. RGB value is (73,175,49). Sum of RGB (Red+Green+Blue) = 73+175+49=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF31 is #B650CE. Grayscale: #828282. Windows color (decimal): -11948239 or 3256137. OLE color: 3256137.

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

Color convert

RGB 73 175 49 -
CMYK 0.58 0 0.72 0.31
HSL 108.57º 0.56% 0.44% -
HSV(B) 108.57º 0.72% 0.69% -
XYZ 18.63 32.3 8.16 -
YUV 130.14 82.21 87.25 -
System Red Green Blue C M Y K H S L
Decimal 73 175 49 0.58 0 0.72 0.31 108.57 0.56 0.44
Hex 49 AF 31 3A 0 48 1F 6D 38 2C
Octal 111 257 61 72 0 110 37 155 70 54
Binary 1001001 10101111 110001 111010 0 1001000 11111 1101101 111000 101100

Color Harmonies of #49AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF31

Black with #49AF31

Text Example


Text Example

White with #49AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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