#4D8267

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

Shades of Como #4D8267

Tints of Como #4D8267

Color information

#4D8267 (or 0x4D8267) is unknown color: approx Como. HEX triplet: 4D, 82 and 67. RGB value is (77,130,103). Sum of RGB (Red+Green+Blue) = 77+130+103=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8267 is #B27D98. Grayscale: #6F6F6F. Windows color (decimal): -11697561 or 6783565. OLE color: 6783565.

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

Color convert

RGB77130103-
CMYK0.4100.210.49
HSL149.43º25.6%40.59%-
HSV(B)149.43º40.77%50.98%-
XYZ13.4918.5215.7-
YUV111.08123.44103.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.84%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=24.84%
G=41.94%
B=33.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301030.4100.210.49149.4325.640.59
Hex4D82672901531951a29
Octal11520214751025612253251
Binary10011011000001011001111010010101011100011001010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,130,103); }

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

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

 a { background-color: rgb(77,130,103); }

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

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

 span { border-color: rgb(77,130,103); }

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