#4F7C0B

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

Shades of Green Leaf #4F7C0B

Tints of Green Leaf #4F7C0B

Color information

#4F7C0B (or 0x4F7C0B) is unknown color: approx Green Leaf. HEX triplet: 4F, 7C and 0B. RGB value is (79,124,11). Sum of RGB (Red+Green+Blue) = 79+124+11=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C0B is #B083F4. Grayscale: #626262. Windows color (decimal): -11568117 or 752719. OLE color: 752719.

HSL color Cylindrical-coordinate representation of color #4F7C0B: hue angle of 83.89º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F7C0B is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB7912411-
CMYK0.3600.910.51
HSL83.89º83.7%26.47%-
HSV(B)83.89º91.13%48.63%-
XYZ10.4916.12.87-
YUV97.6679.09114.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 124 (48.83% from 255) = 57.94%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=36.92%
G=57.94%
B=5.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79124110.3600.910.5183.8983.726.47
Hex4F7CB2405B3354541a
Octal117174134401336312412432
Binary100111111111001011100100010110111100111010100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,124,11); }

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

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

 a { background-color: rgb(79,124,11); }

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

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

 span { border-color: rgb(79,124,11); }

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