#4A7505

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

Shades of Green Leaf #4A7505

Tints of Green Leaf #4A7505

Color information

#4A7505 (or 0x4A7505) is unknown color: approx Green Leaf. HEX triplet: 4A, 75 and 05. RGB value is (74,117,5). Sum of RGB (Red+Green+Blue) = 74+117+5=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7505 is #B58AFA. Grayscale: #5B5B5B. Windows color (decimal): -11897595 or 357706. OLE color: 357706.

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

Color convert

RGB741175-
CMYK0.3700.960.54
HSL83.04º91.8%23.92%-
HSV(B)83.04º95.73%45.88%-
XYZ9.2114.192.4-
YUV91.3879.25115.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=37.76%
G=59.69%
B=2.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7411750.3700.960.5483.0491.823.92
Hex4A7552506036535c18
Octal11216554501406612313430
Binary10010101110101101100101011000001101101010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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