#4B7559

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

Shades of Como #4B7559

Tints of Como #4B7559

Color information

#4B7559 (or 0x4B7559) is unknown color: approx Como. HEX triplet: 4B, 75 and 59. RGB value is (75,117,89). Sum of RGB (Red+Green+Blue) = 75+117+89=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7559 is #B48AA6. Grayscale: #656565. Windows color (decimal): -11831975 or 5862731. OLE color: 5862731.

HSL color Cylindrical-coordinate representation of color #4B7559: hue angle of 140º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7559 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB7511789-
CMYK0.3600.240.54
HSL140º21.87%37.65%-
HSV(B)140º35.9%45.88%-
XYZ11.0714.9411.75-
YUV101.25121.09109.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=26.69%
G=41.64%
B=31.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75117890.3600.240.5414021.8737.65
Hex4B755924018368c1626
Octal11316513144030662142646
Binary1001011111010110110011001000110001101101000110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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