#4A7808

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

Shades of Green Leaf #4A7808

Tints of Green Leaf #4A7808

Color information

#4A7808 (or 0x4A7808) is unknown color: approx Green Leaf. HEX triplet: 4A, 78 and 08. RGB value is (74,120,8). Sum of RGB (Red+Green+Blue) = 74+120+8=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7808 is #B587F7. Grayscale: #5D5D5D. Windows color (decimal): -11896824 or 555082. OLE color: 555082.

HSL color Cylindrical-coordinate representation of color #4A7808: hue angle of 84.64º degrees, saturation: 0.88, 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 #4A7808 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB741208-
CMYK0.3800.930.53
HSL84.64º87.5%25.1%-
HSV(B)84.64º93.33%47.06%-
XYZ9.5814.912.6-
YUV93.4879.76114.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=36.63%
G=59.41%
B=3.96%

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
Decimal7412080.3800.930.5384.6487.525.1
Hex4A7882605D35555819
Octal112170104601356512513031
Binary100101011110001000100110010111011101011010101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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