#4F782E

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

Shades of Green Leaf #4F782E

Tints of Green Leaf #4F782E

Color information

#4F782E (or 0x4F782E) is unknown color: approx Green Leaf. HEX triplet: 4F, 78 and 2E. RGB value is (79,120,46). Sum of RGB (Red+Green+Blue) = 79+120+46=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #4F782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F782E is #B087D1. Grayscale: #636363. Windows color (decimal): -11569106 or 3045455. OLE color: 3045455.

HSL color Cylindrical-coordinate representation of color #4F782E: hue angle of 93.24º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F782E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB7912046-
CMYK0.3400.620.53
HSL93.24º44.58%32.55%-
HSV(B)93.24º61.67%47.06%-
XYZ10.4315.294.99-
YUV99.397.92113.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=32.24%
G=48.98%
B=18.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79120460.3400.620.5393.2444.5832.55
Hex4F782E2203E355d2d21
Octal1171705642076651355541
Binary1001111111100010111010001001111101101011011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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