#4F721F

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

Shades of Green Leaf #4F721F

Tints of Green Leaf #4F721F

Color information

#4F721F (or 0x4F721F) is unknown color: approx Green Leaf. HEX triplet: 4F, 72 and 1F. RGB value is (79,114,31). Sum of RGB (Red+Green+Blue) = 79+114+31=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #4F721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F721F is #B08DE0. Grayscale: #5E5E5E. Windows color (decimal): -11570657 or 2060879. OLE color: 2060879.

HSL color Cylindrical-coordinate representation of color #4F721F: hue angle of 85.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F721F is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB7911431-
CMYK0.3100.730.55
HSL85.3º57.24%28.43%-
HSV(B)85.3º72.81%44.71%-
XYZ9.4913.83.46-
YUV94.0792.4117.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=35.27%
G=50.89%
B=13.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114310.3100.730.5585.357.2428.43
Hex4F721F1F0493755391c
Octal11716237370111671257134
Binary10011111110010111111111101001001110111101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,31); }

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

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

 a { background-color: rgb(79,114,31); }

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

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

 span { border-color: rgb(79,114,31); }

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