#4F6E2C

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

Shades of Green Leaf #4F6E2C

Tints of Green Leaf #4F6E2C

Color information

#4F6E2C (or 0x4F6E2C) is unknown color: approx Green Leaf. HEX triplet: 4F, 6E and 2C. RGB value is (79,110,44). Sum of RGB (Red+Green+Blue) = 79+110+44=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6E2C is #B091D3. Grayscale: #5D5D5D. Windows color (decimal): -11571668 or 2911823. OLE color: 2911823.

HSL color Cylindrical-coordinate representation of color #4F6E2C: hue angle of 88.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F6E2C is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB7911044-
CMYK0.2800.60.57
HSL88.18º42.86%30.2%-
HSV(B)88.18º60%43.14%-
XYZ9.26134.4-
YUV93.21100.23117.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=33.91%
G=47.21%
B=18.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79110440.2800.60.5788.1842.8630.2
Hex4F6E2C1C03C39582b1e
Octal1171565434074711305336
Binary10011111101110101100111000111100111001101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,110,44); }

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

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

 a { background-color: rgb(79,110,44); }

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

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

 span { border-color: rgb(79,110,44); }

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