#4A7702

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

Shades of Green Leaf #4A7702

Tints of Green Leaf #4A7702

Color information

#4A7702 (or 0x4A7702) is unknown color: approx Green Leaf. HEX triplet: 4A, 77 and 02. RGB value is (74,119,2). Sum of RGB (Red+Green+Blue) = 74+119+2=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7702 is #B588FD. Grayscale: #5C5C5C. Windows color (decimal): -11897086 or 161610. OLE color: 161610.

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

Color convert

RGB741192-
CMYK0.3800.980.53
HSL83.08º96.69%23.73%-
HSV(B)83.08º98.32%46.67%-
XYZ9.4314.652.39-
YUV92.2177.09115.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=37.95%
G=61.03%
B=1.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7411920.3800.980.5383.0896.6923.73
Hex4A7722606235536118
Octal11216724601426512314130
Binary1001010111011110100110011000101101011010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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