#4A6521

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

Shades of Green Leaf #4A6521

Tints of Green Leaf #4A6521

Color information

#4A6521 (or 0x4A6521) is unknown color: approx Green Leaf. HEX triplet: 4A, 65 and 21. RGB value is (74,101,33). Sum of RGB (Red+Green+Blue) = 74+101+33=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6521 is #B59ADE. Grayscale: #555555. Windows color (decimal): -11901663 or 2188618. OLE color: 2188618.

HSL color Cylindrical-coordinate representation of color #4A6521: hue angle of 83.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6521 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB7410133-
CMYK0.2700.670.60
HSL83.82º50.75%26.27%-
HSV(B)83.82º67.33%39.61%-
XYZ7.7510.873.13-
YUV85.1898.55120.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=35.58%
G=48.56%
B=15.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101330.2700.670.6083.8250.7526.27
Hex4A65211B0433C54331a
Octal11214541330103741246332
Binary100101011001011000011101101000011111100101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,33); }

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

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

 a { background-color: rgb(74,101,33); }

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

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

 span { border-color: rgb(74,101,33); }

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