#4A7708

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

Shades of Green Leaf #4A7708

Tints of Green Leaf #4A7708

Color information

#4A7708 (or 0x4A7708) is unknown color: approx Green Leaf. HEX triplet: 4A, 77 and 08. RGB value is (74,119,8). Sum of RGB (Red+Green+Blue) = 74+119+8=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7708 is #B588F7. Grayscale: #5D5D5D. Windows color (decimal): -11897080 or 554826. OLE color: 554826.

HSL color Cylindrical-coordinate representation of color #4A7708: hue angle of 84.32º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A7708 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB741198-
CMYK0.3800.930.53
HSL84.32º87.4%24.9%-
HSV(B)84.32º93.28%46.67%-
XYZ9.4614.672.56-
YUV92.8980.09114.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=36.82%
G=59.20%
B=3.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7411980.3800.930.5384.3287.424.9
Hex4A7782605D35545719
Octal112167104601356512412731
Binary100101011101111000100110010111011101011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,8); }

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

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

 a { background-color: rgb(74,119,8); }

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

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

 span { border-color: rgb(74,119,8); }

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