#4A7D09

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

Shades of Green Leaf #4A7D09

Tints of Green Leaf #4A7D09

Color information

#4A7D09 (or 0x4A7D09) is unknown color: approx Green Leaf. HEX triplet: 4A, 7D and 09. RGB value is (74,125,9). Sum of RGB (Red+Green+Blue) = 74+125+9=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7D09 is #B582F6. Grayscale: #606060. Windows color (decimal): -11895543 or 621898. OLE color: 621898.

HSL color Cylindrical-coordinate representation of color #4A7D09: hue angle of 86.38º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A7D09 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB741259-
CMYK0.4100.930.51
HSL86.38º86.57%26.27%-
HSV(B)86.38º92.8%49.02%-
XYZ10.2116.142.84-
YUV96.5378.6111.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=35.58%
G=60.10%
B=4.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7412590.4100.930.5186.3886.5726.27
Hex4A7D92905D3356571a
Octal112175115101356312612732
Binary100101011111011001101001010111011100111010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,125,9); }

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

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

 a { background-color: rgb(74,125,9); }

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

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

 span { border-color: rgb(74,125,9); }

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