#4A7503

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

Shades of Green Leaf #4A7503

Tints of Green Leaf #4A7503

Color information

#4A7503 (or 0x4A7503) is unknown color: approx Green Leaf. HEX triplet: 4A, 75 and 03. RGB value is (74,117,3). Sum of RGB (Red+Green+Blue) = 74+117+3=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7503 is #B58AFC. Grayscale: #5B5B5B. Windows color (decimal): -11897597 or 226634. OLE color: 226634.

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

Color convert

RGB741173-
CMYK0.3700.970.54
HSL82.63º95%23.53%-
HSV(B)82.63º97.44%45.88%-
XYZ9.214.192.34-
YUV91.1578.25115.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=38.14%
G=60.31%
B=1.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7411730.3700.970.5482.639523.53
Hex4A7532506136535f18
Octal11216534501416612313730
Binary1001010111010111100101011000011101101010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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