Html Css Color HEX #49761C Green Leaf

📋 copy color: '#49761C'

red 73 ◦ green 118 ◦ blue 28

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

Shades of Green Leaf #49761C

Tints of Green Leaf #49761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 33.33%
G = 53.88%
B = 12.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#49761C (or 0x49761C) is known color: Green Leaf. HEX triplet: 49, 76 and 1C. RGB value is (73,118,28). Sum of RGB (Red+Green+Blue) = 73+118+28=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #49761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49761C is #B689E3. Grayscale: #5E5E5E. Windows color (decimal): -11962852 or 1865289. OLE color: 1865289.

HSL color Cylindrical-coordinate representation of color #49761C: hue angle of 90º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49761C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 28 -
CMYK 0.38 0 0.76 0.54
HSL 90º 0.62% 0.29% -
HSV(B) 90º 0.76% 0.46% -
XYZ 9.44 14.46 3.39 -
YUV 94.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 73 118 28 0.38 0 0.76 0.54 90 0.62 0.29
Hex 49 76 1C 26 0 4C 36 5A 3E 1D
Octal 111 166 34 46 0 114 66 132 76 35
Binary 1001001 1110110 11100 100110 0 1001100 110110 1011010 111110 11101

Color Harmonies of #49761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49761C

Black with #49761C

Text Example


Text Example

White with #49761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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