#4A7508

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

Shades of Green Leaf #4A7508

Tints of Green Leaf #4A7508

Color information

#4A7508 (or 0x4A7508) is unknown color: approx Green Leaf. HEX triplet: 4A, 75 and 08. RGB value is (74,117,8). Sum of RGB (Red+Green+Blue) = 74+117+8=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7508 is #B58AF7. Grayscale: #5C5C5C. Windows color (decimal): -11897592 or 554314. OLE color: 554314.

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

Color convert

RGB741178-
CMYK0.3700.930.54
HSL83.67º87.2%24.51%-
HSV(B)83.67º93.16%45.88%-
XYZ9.2314.22.48-
YUV91.7280.75115.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=37.19%
G=58.79%
B=4.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7411780.3700.930.5483.6787.224.51
Hex4A7582505D36545719
Octal112165104501356612412731
Binary100101011101011000100101010111011101101010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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