#4F7965

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

Shades of Como #4F7965

Tints of Como #4F7965

Color information

#4F7965 (or 0x4F7965) is unknown color: approx Como. HEX triplet: 4F, 79 and 65. RGB value is (79,121,101). Sum of RGB (Red+Green+Blue) = 79+121+101=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7965 is #B0869A. Grayscale: #6A6A6A. Windows color (decimal): -11568795 or 6650191. OLE color: 6650191.

HSL color Cylindrical-coordinate representation of color #4F7965: hue angle of 151.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7965 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB79121101-
CMYK0.3500.170.53
HSL151.43º21%39.22%-
HSV(B)151.43º34.71%47.45%-
XYZ12.4116.2814.8-
YUV106.16125.09108.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=26.25%
G=40.20%
B=33.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791211010.3500.170.53151.432139.22
Hex4F79652301135971527
Octal11717114543021652272547
Binary1001111111100111001011000110100011101011001011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,121,101); }

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

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

 a { background-color: rgb(79,121,101); }

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

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

 span { border-color: rgb(79,121,101); }

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