Html Css Color HEX #49A00B Kelly Green

📋 copy color: '#49A00B'

red 73 ◦ green 160 ◦ blue 11

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

Shades of Kelly Green #49A00B

Tints of Kelly Green #49A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 65.57%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 29.92%
G = 65.57%
B = 4.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#49A00B (or 0x49A00B) is known color: Kelly Green. HEX triplet: 49, A0 and 0B. RGB value is (73,160,11). Sum of RGB (Red+Green+Blue) = 73+160+11=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 160 (62.89% from 255 or 65.57% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 160 - color contains mainly: green. Hex color #49A00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A00B is #B65FF4. Grayscale: #757575. Windows color (decimal): -11952117 or 761929. OLE color: 761929.

HSL color Cylindrical-coordinate representation of color #49A00B: hue angle of 95.03º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49A00B is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 160 11 -
CMYK 0.54 0 0.93 0.37
HSL 95.03º 0.87% 0.34% -
HSV(B) 95.03º 0.93% 0.63% -
XYZ 15.38 26.58 4.64 -
YUV 117 68.18 96.62 -
System Red Green Blue C M Y K H S L
Decimal 73 160 11 0.54 0 0.93 0.37 95.03 0.87 0.34
Hex 49 A0 B 36 0 5D 25 5F 57 22
Octal 111 240 13 66 0 135 45 137 127 42
Binary 1001001 10100000 1011 110110 0 1011101 100101 1011111 1010111 100010

Color Harmonies of #49A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A00B

Black with #49A00B

Text Example


Text Example

White with #49A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,11); }

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

background-color css

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

 a { background-color: rgb(73,160,11); }

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

border-color css

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

 span { border-color: rgb(73,160,11); }

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