#4F612F

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

Shades of Green Leaf #4F612F

Tints of Green Leaf #4F612F

Color information

#4F612F (or 0x4F612F) is unknown color: approx Green Leaf. HEX triplet: 4F, 61 and 2F. RGB value is (79,97,47). Sum of RGB (Red+Green+Blue) = 79+97+47=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #4F612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F612F is #B09ED0. Grayscale: #565656. Windows color (decimal): -11574993 or 3105103. OLE color: 3105103.

HSL color Cylindrical-coordinate representation of color #4F612F: hue angle of 81.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F612F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB799747-
CMYK0.1900.520.62
HSL81.6º34.72%28.24%-
HSV(B)81.6º51.55%38.04%-
XYZ8.0110.424.28-
YUV85.92106.04123.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.43%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=35.43%
G=43.50%
B=21.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997470.1900.520.6281.634.7228.24
Hex4F612F130343E52231c
Octal1171415723064761224334
Binary10011111100001101111100110110100111110101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,47); }

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

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

 a { background-color: rgb(79,97,47); }

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

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

 span { border-color: rgb(79,97,47); }

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