Html Css Color HEX #49730F Green Leaf

📋 copy color: '#49730F'

red 73 ◦ green 115 ◦ blue 15

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

Shades of Green Leaf #49730F

Tints of Green Leaf #49730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.65%

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 35.96%
G = 56.65%
B = 7.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#49730F (or 0x49730F) is known color: Green Leaf. HEX triplet: 49, 73 and 0F. RGB value is (73,115,15). Sum of RGB (Red+Green+Blue) = 73+115+15=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #49730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49730F is #B68CF0. Grayscale: #5B5B5B. Windows color (decimal): -11963633 or 1012553. OLE color: 1012553.

HSL color Cylindrical-coordinate representation of color #49730F: hue angle of 85.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49730F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 15 -
CMYK 0.37 0 0.87 0.55
HSL 85.2º 0.77% 0.25% -
HSV(B) 85.2º 0.87% 0.45% -
XYZ 8.96 13.71 2.63 -
YUV 91.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 73 115 15 0.37 0 0.87 0.55 85.2 0.77 0.25
Hex 49 73 F 25 0 57 37 55 4D 19
Octal 111 163 17 45 0 127 67 125 115 31
Binary 1001001 1110011 1111 100101 0 1010111 110111 1010101 1001101 11001

Color Harmonies of #49730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49730F

Black with #49730F

Text Example


Text Example

White with #49730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49730F; }

 p { color: rgb(73,115,15); }

 H1.HeaderClassName
 {
   color: #49730F;
 }
 .AnyTagClassName
 {
   color: #49730F;
 }
</style>

background-color css

<style>
 a { background-color: #49730F; }

 a { background-color: rgb(73,115,15); }

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

border-color css

<style>
 span { border-color: #49730F; }

 span { border-color: rgb(73,115,15); }

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