#4A7313

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

Shades of Green Leaf #4A7313

Tints of Green Leaf #4A7313

Color information

#4A7313 (or 0x4A7313) is unknown color: approx Green Leaf. HEX triplet: 4A, 73 and 13. RGB value is (74,115,19). Sum of RGB (Red+Green+Blue) = 74+115+19=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7313 is #B58CEC. Grayscale: #5C5C5C. Windows color (decimal): -11898093 or 1274698. OLE color: 1274698.

HSL color Cylindrical-coordinate representation of color #4A7313: hue angle of 85.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A7313 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB7411519-
CMYK0.3600.830.55
HSL85.62º71.64%26.27%-
HSV(B)85.62º83.48%45.1%-
XYZ9.0713.762.79-
YUV91.886.92115.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=35.58%
G=55.29%
B=9.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115190.3600.830.5585.6271.6426.27
Hex4A7313240533756481a
Octal112163234401236712611032
Binary1001010111001110011100100010100111101111010110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,19); }

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

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

 a { background-color: rgb(74,115,19); }

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

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

 span { border-color: rgb(74,115,19); }

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