#4F682E

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

Shades of Green Leaf #4F682E

Tints of Green Leaf #4F682E

Color information

#4F682E (or 0x4F682E) is unknown color: approx Green Leaf. HEX triplet: 4F, 68 and 2E. RGB value is (79,104,46). Sum of RGB (Red+Green+Blue) = 79+104+46=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #4F682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F682E is #B097D1. Grayscale: #5A5A5A. Windows color (decimal): -11573202 or 3041359. OLE color: 3041359.

HSL color Cylindrical-coordinate representation of color #4F682E: hue angle of 85.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F682E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB7910446-
CMYK0.2400.560.59
HSL85.86º38.67%29.41%-
HSV(B)85.86º55.77%40.78%-
XYZ8.6711.764.4-
YUV89.91103.22120.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=34.50%
G=45.41%
B=20.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104460.2400.560.5985.8638.6729.41
Hex4F682E180383B56271d
Octal1171505630070731264735
Binary10011111101000101110110000111000111011101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,46); }

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

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

 a { background-color: rgb(79,104,46); }

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

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

 span { border-color: rgb(79,104,46); }

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