#4F845A

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

Shades of Como #4F845A

Tints of Como #4F845A

Color information

#4F845A (or 0x4F845A) is unknown color: approx Como. HEX triplet: 4F, 84 and 5A. RGB value is (79,132,90). Sum of RGB (Red+Green+Blue) = 79+132+90=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #4F845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F845A is #B07BA5. Grayscale: #6F6F6F. Windows color (decimal): -11565990 or 5932111. OLE color: 5932111.

HSL color Cylindrical-coordinate representation of color #4F845A: hue angle of 132.45º 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 #4F845A is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB7913290-
CMYK0.4000.320.48
HSL132.45º25.12%41.37%-
HSV(B)132.45º40.15%51.76%-
XYZ13.3218.912.62-
YUV111.36115.94104.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=26.25%
G=43.85%
B=29.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132900.4000.320.48132.4525.1241.37
Hex4F845A2802030841929
Octal11720413250040602043151
Binary100111110000100101101010100001000001100001000010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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