#4A760C

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

Shades of Green Leaf #4A760C

Tints of Green Leaf #4A760C

Color information

#4A760C (or 0x4A760C) is unknown color: approx Green Leaf. HEX triplet: 4A, 76 and 0C. RGB value is (74,118,12). Sum of RGB (Red+Green+Blue) = 74+118+12=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #4A760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A760C is #B589F3. Grayscale: #5D5D5D. Windows color (decimal): -11897332 or 816714. OLE color: 816714.

HSL color Cylindrical-coordinate representation of color #4A760C: hue angle of 84.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A760C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB7411812-
CMYK0.3700.900.54
HSL84.91º81.54%25.49%-
HSV(B)84.91º89.83%46.27%-
XYZ9.3714.442.64-
YUV92.7682.42114.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=36.27%
G=57.84%
B=5.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118120.3700.900.5484.9181.5425.49
Hex4A76C2505A36555219
Octal112166144501326612512231
Binary100101011101101100100101010110101101101010101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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