#4A6422

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

Shades of Green Leaf #4A6422

Tints of Green Leaf #4A6422

Color information

#4A6422 (or 0x4A6422) is unknown color: approx Green Leaf. HEX triplet: 4A, 64 and 22. RGB value is (74,100,34). Sum of RGB (Red+Green+Blue) = 74+100+34=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6422 is #B59BDD. Grayscale: #545454. Windows color (decimal): -11901918 or 2253898. OLE color: 2253898.

HSL color Cylindrical-coordinate representation of color #4A6422: hue angle of 83.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A6422 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB7410034-
CMYK0.2600.660.61
HSL83.64º49.25%26.27%-
HSV(B)83.64º66%39.22%-
XYZ7.6710.693.17-
YUV84.799.39120.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=35.58%
G=48.08%
B=16.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100340.2600.660.6183.6449.2526.27
Hex4A64221A0423D54311a
Octal11214442320102751246132
Binary100101011001001000101101001000010111101101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,34); }

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

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

 a { background-color: rgb(74,100,34); }

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

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

 span { border-color: rgb(74,100,34); }

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