#4F7C12

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

Shades of Green Leaf #4F7C12

Tints of Green Leaf #4F7C12

Color information

#4F7C12 (or 0x4F7C12) is unknown color: approx Green Leaf. HEX triplet: 4F, 7C and 12. RGB value is (79,124,18). Sum of RGB (Red+Green+Blue) = 79+124+18=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C12 is #B083ED. Grayscale: #626262. Windows color (decimal): -11568110 or 1211471. OLE color: 1211471.

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

Color convert

RGB7912418-
CMYK0.3600.850.51
HSL85.47º74.65%27.84%-
HSV(B)85.47º85.48%48.63%-
XYZ10.5416.123.13-
YUV98.4682.59114.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=35.75%
G=56.11%
B=8.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79124180.3600.850.5185.4774.6527.84
Hex4F7C122405533554b1c
Octal117174224401256312511334
Binary1001111111110010010100100010101011100111010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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