#4B7456

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

Shades of Como #4B7456

Tints of Como #4B7456

Color information

#4B7456 (or 0x4B7456) is unknown color: approx Como. HEX triplet: 4B, 74 and 56. RGB value is (75,116,86). Sum of RGB (Red+Green+Blue) = 75+116+86=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7456 is #B48BA9. Grayscale: #646464. Windows color (decimal): -11832234 or 5665867. OLE color: 5665867.

HSL color Cylindrical-coordinate representation of color #4B7456: hue angle of 136.1º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7456 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB7511686-
CMYK0.3500.260.55
HSL136.1º21.47%37.45%-
HSV(B)136.1º35.34%45.49%-
XYZ10.8314.6611.06-
YUV100.32119.92109.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=27.08%
G=41.88%
B=31.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75116860.3500.260.55136.121.4737.45
Hex4B74562301A37881525
Octal11316412643032672102545
Binary1001011111010010101101000110110101101111000100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,86); }

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

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

 a { background-color: rgb(75,116,86); }

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

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

 span { border-color: rgb(75,116,86); }

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