#49671A

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

Shades of Green Leaf #49671A

Tints of Green Leaf #49671A

Color information

#49671A (or 0x49671A) is unknown color: approx Green Leaf. HEX triplet: 49, 67 and 1A. RGB value is (73,103,26). Sum of RGB (Red+Green+Blue) = 73+103+26=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #49671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49671A is #B698E5. Grayscale: #555555. Windows color (decimal): -11966694 or 1730377. OLE color: 1730377.

HSL color Cylindrical-coordinate representation of color #49671A: hue angle of 83.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49671A is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB7310326-
CMYK0.2900.750.60
HSL83.38º59.69%25.29%-
HSV(B)83.38º74.76%40.39%-
XYZ7.7811.192.73-
YUV85.2594.56119.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=36.14%
G=50.99%
B=12.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103260.2900.750.6083.3859.6925.29
Hex49671A1D04B3C533c19
Octal11114732350113741237431
Binary10010011100111110101110101001011111100101001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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