#4F6532

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

Shades of Green Leaf #4F6532

Tints of Green Leaf #4F6532

Color information

#4F6532 (or 0x4F6532) is unknown color: approx Green Leaf. HEX triplet: 4F, 65 and 32. RGB value is (79,101,50). Sum of RGB (Red+Green+Blue) = 79+101+50=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6532 is #B09ACD. Grayscale: #585858. Windows color (decimal): -11573966 or 3302735. OLE color: 3302735.

HSL color Cylindrical-coordinate representation of color #4F6532: hue angle of 85.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6532 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7910150-
CMYK0.2200.500.60
HSL85.88º33.77%29.61%-
HSV(B)85.88º50.5%39.61%-
XYZ8.4511.24.73-
YUV88.61106.21121.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=34.35%
G=43.91%
B=21.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79101500.2200.500.6085.8833.7729.61
Hex4F6532160323C56221e
Octal1171456226062741264236
Binary10011111100101110010101100110010111100101011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,101,50); }

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

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

 a { background-color: rgb(79,101,50); }

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

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

 span { border-color: rgb(79,101,50); }

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