#4F7362

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

Shades of Como #4F7362

Tints of Como #4F7362

Color information

#4F7362 (or 0x4F7362) is unknown color: approx Como. HEX triplet: 4F, 73 and 62. RGB value is (79,115,98). Sum of RGB (Red+Green+Blue) = 79+115+98=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7362 is #B08C9D. Grayscale: #666666. Windows color (decimal): -11570334 or 6452047. OLE color: 6452047.

HSL color Cylindrical-coordinate representation of color #4F7362: hue angle of 151.67º degrees, saturation: 0.19, 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 #4F7362 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7911598-
CMYK0.3100.150.55
HSL151.67º18.56%38.04%-
HSV(B)151.67º31.3%45.1%-
XYZ11.5614.8113.8-
YUV102.3125.57111.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=27.05%
G=39.38%
B=33.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79115980.3100.150.55151.6718.5638.04
Hex4F73621F0F37981326
Octal11716314237017672302346
Binary10011111110011110001011111011111101111001100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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