#4A6C1C

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

Shades of Green Leaf #4A6C1C

Tints of Green Leaf #4A6C1C

Color information

#4A6C1C (or 0x4A6C1C) is unknown color: approx Green Leaf. HEX triplet: 4A, 6C and 1C. RGB value is (74,108,28). Sum of RGB (Red+Green+Blue) = 74+108+28=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6C1C is #B593E3. Grayscale: #595959. Windows color (decimal): -11899876 or 1862730. OLE color: 1862730.

HSL color Cylindrical-coordinate representation of color #4A6C1C: hue angle of 85.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A6C1C is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB7410828-
CMYK0.3100.740.58
HSL85.5º58.82%26.67%-
HSV(B)85.5º74.07%42.35%-
XYZ8.412.263.02-
YUV88.7193.74117.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=35.24%
G=51.43%
B=13.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74108280.3100.740.5885.558.8226.67
Hex4A6C1C1F04A3A563b1b
Octal11215434370112721267333
Binary10010101101100111001111101001010111010101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,108,28); }

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

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

 a { background-color: rgb(74,108,28); }

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

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

 span { border-color: rgb(74,108,28); }

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