#4A691A

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

Shades of Green Leaf #4A691A

Tints of Green Leaf #4A691A

Color information

#4A691A (or 0x4A691A) is unknown color: approx Green Leaf. HEX triplet: 4A, 69 and 1A. RGB value is (74,105,26). Sum of RGB (Red+Green+Blue) = 74+105+26=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #4A691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A691A is #B596E5. Grayscale: #575757. Windows color (decimal): -11900646 or 1730890. OLE color: 1730890.

HSL color Cylindrical-coordinate representation of color #4A691A: hue angle of 83.54º 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 #4A691A is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB7410526-
CMYK0.3000.750.59
HSL83.54º60.31%25.69%-
HSV(B)83.54º75.24%41.18%-
XYZ8.0611.632.8-
YUV86.7293.73118.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=36.10%
G=51.22%
B=12.68%

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
Decimal74105260.3000.750.5983.5460.3125.69
Hex4A691A1E04B3B543c1a
Octal11215132360113731247432
Binary10010101101001110101111001001011111011101010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A691A; }

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

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

<style>
 a { background-color: #4A691A; }

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

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

<style>
 span { border-color: #4A691A; }

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

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