#4A621E

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

Shades of Green Leaf #4A621E

Tints of Green Leaf #4A621E

Color information

#4A621E (or 0x4A621E) is unknown color: approx Green Leaf. HEX triplet: 4A, 62 and 1E. RGB value is (74,98,30). Sum of RGB (Red+Green+Blue) = 74+98+30=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #4A621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A621E is #B59DE1. Grayscale: #535353. Windows color (decimal): -11902434 or 1991242. OLE color: 1991242.

HSL color Cylindrical-coordinate representation of color #4A621E: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A621E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB749830-
CMYK0.2400.690.62
HSL81.18º53.12%25.1%-
HSV(B)81.18º69.39%38.43%-
XYZ7.4310.282.82-
YUV83.0798.05121.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=36.63%
G=48.51%
B=14.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498300.2400.690.6281.1853.1225.1
Hex4A621E180453E513519
Octal11214236300105761216531
Binary10010101100010111101100001000101111110101000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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