#4F8265

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

Shades of Como #4F8265

Tints of Como #4F8265

Color information

#4F8265 (or 0x4F8265) is unknown color: approx Como. HEX triplet: 4F, 82 and 65. RGB value is (79,130,101). Sum of RGB (Red+Green+Blue) = 79+130+101=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8265 is #B07D9A. Grayscale: #6F6F6F. Windows color (decimal): -11566491 or 6652495. OLE color: 6652495.

HSL color Cylindrical-coordinate representation of color #4F8265: hue angle of 145.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8265 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB79130101-
CMYK0.3900.220.49
HSL145.88º24.4%40.98%-
HSV(B)145.88º39.23%50.98%-
XYZ13.5618.5715.18-
YUV111.44122.1104.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=25.48%
G=41.94%
B=32.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301010.3900.220.49145.8824.440.98
Hex4F82652701631921829
Octal11720214547026612223051
Binary10011111000001011001011001110101101100011001001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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