Html Css Color HEX #49950D Limeade

📋 copy color: '#49950D'

red 73 ◦ green 149 ◦ blue 13

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

Shades of Limeade #49950D

Tints of Limeade #49950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.4%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 31.06%
G = 63.4%
B = 5.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#49950D (or 0x49950D) is known color: Limeade. HEX triplet: 49, 95 and 0D. RGB value is (73,149,13). Sum of RGB (Red+Green+Blue) = 73+149+13=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #49950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49950D is #B66AF2. Grayscale: #6F6F6F. Windows color (decimal): -11954931 or 890185. OLE color: 890185.

HSL color Cylindrical-coordinate representation of color #49950D: hue angle of 93.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49950D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 13 -
CMYK 0.51 0 0.91 0.42
HSL 93.53º 0.84% 0.32% -
HSV(B) 93.53º 0.91% 0.58% -
XYZ 13.57 22.94 4.09 -
YUV 110.77 72.82 101.06 -
System Red Green Blue C M Y K H S L
Decimal 73 149 13 0.51 0 0.91 0.42 93.53 0.84 0.32
Hex 49 95 D 33 0 5B 2A 5E 54 20
Octal 111 225 15 63 0 133 52 136 124 40
Binary 1001001 10010101 1101 110011 0 1011011 101010 1011110 1010100 100000

Color Harmonies of #49950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49950D

Black with #49950D

Text Example


Text Example

White with #49950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49950D; }

 p { color: rgb(73,149,13); }

 H1.HeaderClassName
 {
   color: #49950D;
 }
 .AnyTagClassName
 {
   color: #49950D;
 }
</style>

background-color css

<style>
 a { background-color: #49950D; }

 a { background-color: rgb(73,149,13); }

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

border-color css

<style>
 span { border-color: #49950D; }

 span { border-color: rgb(73,149,13); }

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