#4a7414

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

Shades of Green Leaf #4A7414

Tints of Green Leaf #4A7414

Color information

#4A7414 (or 0x4A7414) is unknown color: approx Green Leaf. HEX triplet: 4A, 74 and 14. RGB value is (74,116,20). Sum of RGB (Red+Green+Blue) = 74+116+20=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7414 is #B58BEB. Grayscale: #5C5C5C. Windows color (decimal): -11897836 or 1340490. OLE color: 1340490.

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

Color convert

RGB7411620-
CMYK0.3600.830.55
HSL86.25º70.59%26.67%-
HSV(B)86.25º82.76%45.49%-
XYZ9.2142.88-
YUV92.587.09114.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 116 (45.70% from 255) = 55.24%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=35.24%
G=55.24%
B=9.52%

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
Decimal74116200.3600.830.5586.2570.5926.67
Hex4A7414240533756471b
Octal112164244401236712610733
Binary1001010111010010100100100010100111101111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,116,20); }

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

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

 a { background-color: rgb(74,116,20); }

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

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

 span { border-color: rgb(74,116,20); }

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