#4A701D

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

Shades of Green Leaf #4A701D

Tints of Green Leaf #4A701D

Color information

#4A701D (or 0x4A701D) is unknown color: approx Green Leaf. HEX triplet: 4A, 70 and 1D. RGB value is (74,112,29). Sum of RGB (Red+Green+Blue) = 74+112+29=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #4A701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A701D is #B58FE2. Grayscale: #5B5B5B. Windows color (decimal): -11898851 or 1929290. OLE color: 1929290.

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

Color convert

RGB7411229-
CMYK0.3400.740.56
HSL87.47º58.87%27.65%-
HSV(B)87.47º74.11%43.92%-
XYZ8.8413.133.23-
YUV91.1892.91115.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=34.42%
G=52.09%
B=13.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112290.3400.740.5687.4758.8727.65
Hex4A701D2204A38573b1c
Octal11216035420112701277334
Binary100101011100001110110001001001010111000101011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,29); }

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

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

 a { background-color: rgb(74,112,29); }

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

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

 span { border-color: rgb(74,112,29); }

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