#4B7155

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

Shades of Como #4B7155

Tints of Como #4B7155

Color information

#4B7155 (or 0x4B7155) is unknown color: approx Como. HEX triplet: 4B, 71 and 55. RGB value is (75,113,85). Sum of RGB (Red+Green+Blue) = 75+113+85=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7155 is #B48EAA. Grayscale: #626262. Windows color (decimal): -11833003 or 5599563. OLE color: 5599563.

HSL color Cylindrical-coordinate representation of color #4B7155: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7155 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB7511385-
CMYK0.3400.250.56
HSL135.79º20.21%36.86%-
HSV(B)135.79º33.63%44.31%-
XYZ10.4513.9610.74-
YUV98.45120.41111.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=27.47%
G=41.39%
B=31.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113850.3400.250.56135.7920.2136.86
Hex4B71552201938881425
Octal11316112542031702102445
Binary1001011111000110101011000100110011110001000100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,85); }

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

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

 a { background-color: rgb(75,113,85); }

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

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

 span { border-color: rgb(75,113,85); }

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