#4A6F1E

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

Shades of Green Leaf #4A6F1E

Tints of Green Leaf #4A6F1E

Color information

#4A6F1E (or 0x4A6F1E) is unknown color: approx Green Leaf. HEX triplet: 4A, 6F and 1E. RGB value is (74,111,30). Sum of RGB (Red+Green+Blue) = 74+111+30=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F1E is #B590E1. Grayscale: #5A5A5A. Windows color (decimal): -11899106 or 1994570. OLE color: 1994570.

HSL color Cylindrical-coordinate representation of color #4A6F1E: hue angle of 87.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A6F1E is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB7411130-
CMYK0.3300.730.56
HSL87.41º57.45%27.65%-
HSV(B)87.41º72.97%43.53%-
XYZ8.7412.923.26-
YUV90.793.74116.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=34.42%
G=51.63%
B=13.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111300.3300.730.5687.4157.4527.65
Hex4A6F1E210493857391c
Octal11215736410111701277134
Binary100101011011111111010000101001001111000101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,111,30); }

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

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

 a { background-color: rgb(74,111,30); }

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

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

 span { border-color: rgb(74,111,30); }

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