#4A6428

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

Shades of Green Leaf #4A6428

Tints of Green Leaf #4A6428

Color information

#4A6428 (or 0x4A6428) is unknown color: approx Green Leaf. HEX triplet: 4A, 64 and 28. RGB value is (74,100,40). Sum of RGB (Red+Green+Blue) = 74+100+40=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6428 is #B59BD7. Grayscale: #555555. Windows color (decimal): -11901912 or 2647114. OLE color: 2647114.

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

Color convert

RGB7410040-
CMYK0.2600.60.61
HSL86º42.86%27.45%-
HSV(B)86º60%39.22%-
XYZ7.7610.723.67-
YUV85.39102.39119.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=34.58%
G=46.73%
B=18.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100400.2600.60.618642.8627.45
Hex4A64281A03C3D562b1b
Octal1121445032074751265333
Binary10010101100100101000110100111100111101101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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