#4A761B

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

Shades of Green Leaf #4A761B

Tints of Green Leaf #4A761B

Color information

#4A761B (or 0x4A761B) is unknown color: approx Green Leaf. HEX triplet: 4A, 76 and 1B. RGB value is (74,118,27). Sum of RGB (Red+Green+Blue) = 74+118+27=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #4A761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A761B is #B589E4. Grayscale: #5E5E5E. Windows color (decimal): -11897317 or 1799754. OLE color: 1799754.

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

Color convert

RGB7411827-
CMYK0.3700.770.54
HSL89.01º62.76%28.43%-
HSV(B)89.01º77.12%46.27%-
XYZ9.514.493.33-
YUV94.4789.92113.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=33.79%
G=53.88%
B=12.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118270.3700.770.5489.0162.7628.43
Hex4A761B2504D36593f1c
Octal11216633450115661317734
Binary100101011101101101110010101001101110110101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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