#4F622C

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

Shades of Green Leaf #4F622C

Tints of Green Leaf #4F622C

Color information

#4F622C (or 0x4F622C) is unknown color: approx Green Leaf. HEX triplet: 4F, 62 and 2C. RGB value is (79,98,44). Sum of RGB (Red+Green+Blue) = 79+98+44=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #4F622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F622C is #B09DD3. Grayscale: #565656. Windows color (decimal): -11574740 or 2908751. OLE color: 2908751.

HSL color Cylindrical-coordinate representation of color #4F622C: hue angle of 81.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F622C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB799844-
CMYK0.1900.550.62
HSL81.11º38.03%27.84%-
HSV(B)81.11º55.1%38.43%-
XYZ8.0510.584-
YUV86.16104.21122.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=35.75%
G=44.34%
B=19.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998440.1900.550.6281.1138.0327.84
Hex4F622C130373E51261c
Octal1171425423067761214634
Binary10011111100010101100100110110111111110101000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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