#4F725A

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

Shades of Como #4F725A

Tints of Como #4F725A

Color information

#4F725A (or 0x4F725A) is unknown color: approx Como. HEX triplet: 4F, 72 and 5A. RGB value is (79,114,90). Sum of RGB (Red+Green+Blue) = 79+114+90=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4F725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F725A is #B08DA5. Grayscale: #646464. Windows color (decimal): -11570598 or 5927503. OLE color: 5927503.

HSL color Cylindrical-coordinate representation of color #4F725A: hue angle of 138.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F725A is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB7911490-
CMYK0.3100.210.55
HSL138.86º18.13%37.84%-
HSV(B)138.86º30.7%44.71%-
XYZ11.0914.4411.87-
YUV100.8121.9112.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=27.92%
G=40.28%
B=31.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114900.3100.210.55138.8618.1337.84
Hex4F725A1F015378b1226
Octal11716213237025672132246
Binary100111111100101011010111110101011101111000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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