#4A7802

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

Shades of Green Leaf #4A7802

Tints of Green Leaf #4A7802

Color information

#4A7802 (or 0x4A7802) is unknown color: approx Green Leaf. HEX triplet: 4A, 78 and 02. RGB value is (74,120,2). Sum of RGB (Red+Green+Blue) = 74+120+2=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7802 is #B587FD. Grayscale: #5D5D5D. Windows color (decimal): -11896830 or 161866. OLE color: 161866.

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

Color convert

RGB741202-
CMYK0.3800.980.53
HSL83.39º96.72%23.92%-
HSV(B)83.39º98.33%47.06%-
XYZ9.5514.892.43-
YUV92.7976.76114.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=37.76%
G=61.22%
B=1.02%

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
Decimal7412020.3800.980.5383.3996.7223.92
Hex4A7822606235536118
Octal11217024601426512314130
Binary1001010111100010100110011000101101011010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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