Html Css Color HEX #49741D Green Leaf

📋 copy color: '#49741D'

red 73 ◦ green 116 ◦ blue 29

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

Shades of Green Leaf #49741D

Tints of Green Leaf #49741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 33.49%
G = 53.21%
B = 13.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#49741D (or 0x49741D) is known color: Green Leaf. HEX triplet: 49, 74 and 1D. RGB value is (73,116,29). Sum of RGB (Red+Green+Blue) = 73+116+29=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #49741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49741D is #B68BE2. Grayscale: #5D5D5D. Windows color (decimal): -11963363 or 1930313. OLE color: 1930313.

HSL color Cylindrical-coordinate representation of color #49741D: hue angle of 89.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49741D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 29 -
CMYK 0.37 0 0.75 0.55
HSL 89.66º 0.6% 0.28% -
HSV(B) 89.66º 0.75% 0.45% -
XYZ 9.21 14 3.38 -
YUV 93.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 73 116 29 0.37 0 0.75 0.55 89.66 0.6 0.28
Hex 49 74 1D 25 0 4B 37 5A 3C 1C
Octal 111 164 35 45 0 113 67 132 74 34
Binary 1001001 1110100 11101 100101 0 1001011 110111 1011010 111100 11100

Color Harmonies of #49741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49741D

Black with #49741D

Text Example


Text Example

White with #49741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,116,29); }

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

background-color css

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

 a { background-color: rgb(73,116,29); }

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

border-color css

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

 span { border-color: rgb(73,116,29); }

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