Html Css Color HEX #49A213 Kelly Green

📋 copy color: '#49A213'

red 73 ◦ green 162 ◦ blue 19

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

Shades of Kelly Green #49A213

Tints of Kelly Green #49A213

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.78%

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 28.74%
G = 63.78%
B = 7.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#49A213 (or 0x49A213) is known color: Kelly Green. HEX triplet: 49, A2 and 13. RGB value is (73,162,19). Sum of RGB (Red+Green+Blue) = 73+162+19=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 162 (63.67% from 255 or 63.78% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 162 - color contains mainly: green. Hex color #49A213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A213 is #B65DEC. Grayscale: #777777. Windows color (decimal): -11951597 or 1286729. OLE color: 1286729.

HSL color Cylindrical-coordinate representation of color #49A213: hue angle of 97.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49A213 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 19 -
CMYK 0.55 0 0.88 0.36
HSL 97.34º 0.79% 0.35% -
HSV(B) 97.34º 0.88% 0.64% -
XYZ 15.79 27.3 5.05 -
YUV 119.09 71.51 95.13 -
System Red Green Blue C M Y K H S L
Decimal 73 162 19 0.55 0 0.88 0.36 97.34 0.79 0.35
Hex 49 A2 13 37 0 58 24 61 4F 23
Octal 111 242 23 67 0 130 44 141 117 43
Binary 1001001 10100010 10011 110111 0 1011000 100100 1100001 1001111 100011

Color Harmonies of #49A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A213

Black with #49A213

Text Example


Text Example

White with #49A213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,19); }

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

background-color css

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

 a { background-color: rgb(73,162,19); }

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

border-color css

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

 span { border-color: rgb(73,162,19); }

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