#4F612B

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

Shades of Green Leaf #4F612B

Tints of Green Leaf #4F612B

Color information

#4F612B (or 0x4F612B) is unknown color: approx Green Leaf. HEX triplet: 4F, 61 and 2B. RGB value is (79,97,43). Sum of RGB (Red+Green+Blue) = 79+97+43=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #4F612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F612B is #B09ED4. Grayscale: #555555. Windows color (decimal): -11574997 or 2842959. OLE color: 2842959.

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

Color convert

RGB799743-
CMYK0.1900.560.62
HSL80º38.57%27.45%-
HSV(B)80º55.67%38.04%-
XYZ7.9410.393.87-
YUV85.46104.04123.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=36.07%
G=44.29%
B=19.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997430.1900.560.628038.5727.45
Hex4F612B130383E50271b
Octal1171415323070761204733
Binary10011111100001101011100110111000111110101000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,43); }

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

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

 a { background-color: rgb(79,97,43); }

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

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

 span { border-color: rgb(79,97,43); }

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