#4A6329

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

Shades of Green Leaf #4A6329

Tints of Green Leaf #4A6329

Color information

#4A6329 (or 0x4A6329) is unknown color: approx Green Leaf. HEX triplet: 4A, 63 and 29. RGB value is (74,99,41). Sum of RGB (Red+Green+Blue) = 74+99+41=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6329 is #B59CD6. Grayscale: #555555. Windows color (decimal): -11902167 or 2712394. OLE color: 2712394.

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

Color convert

RGB749941-
CMYK0.2500.590.61
HSL85.86º41.43%27.45%-
HSV(B)85.86º58.59%38.82%-
XYZ7.6910.543.73-
YUV84.91103.22120.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=34.58%
G=46.26%
B=19.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499410.2500.590.6185.8641.4327.45
Hex4A63291903B3D56291b
Octal1121435131073751265133
Binary10010101100011101001110010111011111101101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,41); }

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

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

 a { background-color: rgb(74,99,41); }

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

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

 span { border-color: rgb(74,99,41); }

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