#4B7959

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

Shades of Como #4B7959

Tints of Como #4B7959

Color information

#4B7959 (or 0x4B7959) is unknown color: approx Como. HEX triplet: 4B, 79 and 59. RGB value is (75,121,89). Sum of RGB (Red+Green+Blue) = 75+121+89=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7959 is #B486A6. Grayscale: #676767. Windows color (decimal): -11830951 or 5863755. OLE color: 5863755.

HSL color Cylindrical-coordinate representation of color #4B7959: hue angle of 138.26º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7959 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7512189-
CMYK0.3800.260.53
HSL138.26º23.47%38.43%-
HSV(B)138.26º38.02%47.45%-
XYZ11.5415.8911.91-
YUV103.6119.76107.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=26.32%
G=42.46%
B=31.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121890.3800.260.53138.2623.4738.43
Hex4B79592601A358a1726
Octal11317113146032652122746
Binary1001011111100110110011001100110101101011000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,121,89); }

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

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

 a { background-color: rgb(75,121,89); }

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

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

 span { border-color: rgb(75,121,89); }

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