#4F701B

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

Shades of Green Leaf #4F701B

Tints of Green Leaf #4F701B

Color information

#4F701B (or 0x4F701B) is unknown color: approx Green Leaf. HEX triplet: 4F, 70 and 1B. RGB value is (79,112,27). Sum of RGB (Red+Green+Blue) = 79+112+27=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #4F701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F701B is #B08FE4. Grayscale: #5C5C5C. Windows color (decimal): -11571173 or 1798223. OLE color: 1798223.

HSL color Cylindrical-coordinate representation of color #4F701B: hue angle of 83.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F701B is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB7911227-
CMYK0.2900.760.56
HSL83.29º61.15%27.25%-
HSV(B)83.29º75.89%43.92%-
XYZ9.2213.333.12-
YUV92.4491.07118.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.24%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=36.24%
G=51.38%
B=12.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112270.2900.760.5683.2961.1527.25
Hex4F701B1D04C38533d1b
Octal11716033350114701237533
Binary10011111110000110111110101001100111000101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,27); }

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

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

 a { background-color: rgb(79,112,27); }

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

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

 span { border-color: rgb(79,112,27); }

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