#49691A

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

Shades of Green Leaf #49691A

Tints of Green Leaf #49691A

Color information

#49691A (or 0x49691A) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 1A. RGB value is (73,105,26). Sum of RGB (Red+Green+Blue) = 73+105+26=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #49691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49691A is #B696E5. Grayscale: #565656. Windows color (decimal): -11966182 or 1730889. OLE color: 1730889.

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

Color convert

RGB7310526-
CMYK0.3000.750.59
HSL84.3º60.31%25.69%-
HSV(B)84.3º75.24%41.18%-
XYZ7.9911.592.79-
YUV86.4393.9118.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=35.78%
G=51.47%
B=12.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105260.3000.750.5984.360.3125.69
Hex49691A1E04B3B543c1a
Octal11115132360113731247432
Binary10010011101001110101111001001011111011101010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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