Html Css Color HEX #49731C Green Leaf

📋 copy color: '#49731C'

red 73 ◦ green 115 ◦ blue 28

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

Shades of Green Leaf #49731C

Tints of Green Leaf #49731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 33.8%
G = 53.24%
B = 12.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#49731C (or 0x49731C) is known color: Green Leaf. HEX triplet: 49, 73 and 1C. RGB value is (73,115,28). Sum of RGB (Red+Green+Blue) = 73+115+28=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #49731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49731C is #B68CE3. Grayscale: #5C5C5C. Windows color (decimal): -11963620 or 1864521. OLE color: 1864521.

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

Color convert

RGB 73 115 28 -
CMYK 0.37 0 0.76 0.55
HSL 88.97º 0.61% 0.28% -
HSV(B) 88.97º 0.76% 0.45% -
XYZ 9.09 13.76 3.28 -
YUV 92.52 91.59 114.07 -
System Red Green Blue C M Y K H S L
Decimal 73 115 28 0.37 0 0.76 0.55 88.97 0.61 0.28
Hex 49 73 1C 25 0 4C 37 59 3D 1C
Octal 111 163 34 45 0 114 67 131 75 34
Binary 1001001 1110011 11100 100101 0 1001100 110111 1011001 111101 11100

Color Harmonies of #49731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49731C

Black with #49731C

Text Example


Text Example

White with #49731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49731C; }

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

 H1.HeaderClassName
 {
   color: #49731C;
 }
 .AnyTagClassName
 {
   color: #49731C;
 }
</style>

background-color css

<style>
 a { background-color: #49731C; }

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

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

border-color css

<style>
 span { border-color: #49731C; }

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

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