#4F731F

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

Shades of Green Leaf #4F731F

Tints of Green Leaf #4F731F

Color information

#4F731F (or 0x4F731F) is unknown color: approx Green Leaf. HEX triplet: 4F, 73 and 1F. RGB value is (79,115,31). Sum of RGB (Red+Green+Blue) = 79+115+31=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #4F731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F731F is #B08CE0. Grayscale: #5E5E5E. Windows color (decimal): -11570401 or 2061135. OLE color: 2061135.

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

Color convert

RGB7911531-
CMYK0.3100.730.55
HSL85.71º57.53%28.63%-
HSV(B)85.71º73.04%45.1%-
XYZ9.614.023.5-
YUV94.6692.07116.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=35.11%
G=51.11%
B=13.78%

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
Decimal79115310.3100.730.5585.7157.5328.63
Hex4F731F1F04937563a1d
Octal11716337370111671267235
Binary10011111110011111111111101001001110111101011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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