#4A761C

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

Shades of Green Leaf #4A761C

Tints of Green Leaf #4A761C

Color information

#4A761C (or 0x4A761C) is unknown color: approx Green Leaf. HEX triplet: 4A, 76 and 1C. RGB value is (74,118,28). Sum of RGB (Red+Green+Blue) = 74+118+28=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #4A761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A761C is #B589E3. Grayscale: #5E5E5E. Windows color (decimal): -11897316 or 1865290. OLE color: 1865290.

HSL color Cylindrical-coordinate representation of color #4A761C: hue angle of 89.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A761C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB7411828-
CMYK0.3700.760.54
HSL89.33º61.64%28.63%-
HSV(B)89.33º76.27%46.27%-
XYZ9.5114.53.4-
YUV94.5890.42113.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=33.64%
G=53.64%
B=12.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118280.3700.760.5489.3361.6428.63
Hex4A761C2504C36593e1d
Octal11216634450114661317635
Binary100101011101101110010010101001100110110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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