#4F8362

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

Shades of Como #4F8362

Tints of Como #4F8362

Color information

#4F8362 (or 0x4F8362) is unknown color: approx Como. HEX triplet: 4F, 83 and 62. RGB value is (79,131,98). Sum of RGB (Red+Green+Blue) = 79+131+98=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8362 is #B07C9D. Grayscale: #6F6F6F. Windows color (decimal): -11566238 or 6456143. OLE color: 6456143.

HSL color Cylindrical-coordinate representation of color #4F8362: hue angle of 141.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8362 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB7913198-
CMYK0.4000.250.49
HSL141.92º24.76%41.18%-
HSV(B)141.92º39.69%51.37%-
XYZ13.5518.7814.47-
YUV111.69120.27104.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.65%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=25.65%
G=42.53%
B=31.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79131980.4000.250.49141.9224.7641.18
Hex4F836228019318e1929
Octal11720314250031612163151
Binary10011111000001111000101010000110011100011000111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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