Html Css Color HEX #49700E Green Leaf

📋 copy color: '#49700E'

red 73 ◦ green 112 ◦ blue 14

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

Shades of Green Leaf #49700E

Tints of Green Leaf #49700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 36.68%
G = 56.28%
B = 7.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#49700E (or 0x49700E) is known color: Green Leaf. HEX triplet: 49, 70 and 0E. RGB value is (73,112,14). Sum of RGB (Red+Green+Blue) = 73+112+14=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #49700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49700E is #B68FF1. Grayscale: #595959. Windows color (decimal): -11964402 or 946249. OLE color: 946249.

HSL color Cylindrical-coordinate representation of color #49700E: hue angle of 83.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49700E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 14 -
CMYK 0.35 0 0.88 0.56
HSL 83.88º 0.78% 0.25% -
HSV(B) 83.88º 0.88% 0.44% -
XYZ 8.62 13.04 2.48 -
YUV 89.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 73 112 14 0.35 0 0.88 0.56 83.88 0.78 0.25
Hex 49 70 E 23 0 58 38 54 4E 19
Octal 111 160 16 43 0 130 70 124 116 31
Binary 1001001 1110000 1110 100011 0 1011000 111000 1010100 1001110 11001

Color Harmonies of #49700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49700E

Black with #49700E

Text Example


Text Example

White with #49700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49700E; }

 p { color: rgb(73,112,14); }

 H1.HeaderClassName
 {
   color: #49700E;
 }
 .AnyTagClassName
 {
   color: #49700E;
 }
</style>

background-color css

<style>
 a { background-color: #49700E; }

 a { background-color: rgb(73,112,14); }

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

border-color css

<style>
 span { border-color: #49700E; }

 span { border-color: rgb(73,112,14); }

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