#4A760D

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

Shades of Green Leaf #4A760D

Tints of Green Leaf #4A760D

Color information

#4A760D (or 0x4A760D) is unknown color: approx Green Leaf. HEX triplet: 4A, 76 and 0D. RGB value is (74,118,13). Sum of RGB (Red+Green+Blue) = 74+118+13=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #4A760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A760D is #B589F2. Grayscale: #5D5D5D. Windows color (decimal): -11897331 or 882250. OLE color: 882250.

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

Color convert

RGB7411813-
CMYK0.3700.890.54
HSL85.14º80.15%25.69%-
HSV(B)85.14º88.98%46.27%-
XYZ9.3814.442.67-
YUV92.8782.92114.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=36.10%
G=57.56%
B=6.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118130.3700.890.5485.1480.1525.69
Hex4A76D250593655501a
Octal112166154501316612512032
Binary100101011101101101100101010110011101101010101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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