#4F845F

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

Shades of Como #4F845F

Tints of Como #4F845F

Color information

#4F845F (or 0x4F845F) is unknown color: approx Como. HEX triplet: 4F, 84 and 5F. RGB value is (79,132,95). Sum of RGB (Red+Green+Blue) = 79+132+95=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845F is #B07BA0. Grayscale: #707070. Windows color (decimal): -11565985 or 6259791. OLE color: 6259791.

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

Color convert

RGB7913295-
CMYK0.4000.280.48
HSL138.11º25.12%41.37%-
HSV(B)138.11º40.15%51.76%-
XYZ13.5418.9913.78-
YUV111.93118.44104.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=25.82%
G=43.14%
B=31.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132950.4000.280.48138.1125.1241.37
Hex4F845F2801C308a1929
Octal11720413750034602123151
Binary10011111000010010111111010000111001100001000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,95); }

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

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

 a { background-color: rgb(79,132,95); }

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

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

 span { border-color: rgb(79,132,95); }

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