#49691C

Color #49691C Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #49691C

Tints of Green Leaf #49691C

Color information

#49691C (or 0x49691C) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 1C. RGB value is (73,105,28). Sum of RGB (Red+Green+Blue) = 73+105+28=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #49691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49691C is #B696E3. Grayscale: #565656. Windows color (decimal): -11966180 or 1861961. OLE color: 1861961.

HSL color Cylindrical-coordinate representation of color #49691C: hue angle of 84.94º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49691C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB7310528-
CMYK0.3000.730.59
HSL84.94º57.89%26.08%-
HSV(B)84.94º73.33%41.18%-
XYZ8.0111.62.92-
YUV86.6594.9118.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=35.44%
G=50.97%
B=13.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105280.3000.730.5984.9457.8926.08
Hex49691C1E0493B553a1a
Octal11115134360111731257232
Binary10010011101001111001111001001001111011101010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49691C;
 }
 .AnyTagClassName
 {
   color: #49691C;
 }
</style>
background-color css

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

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

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

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

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

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