#4B5740

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

Shades of Cabbage Pont #4B5740

Tints of Cabbage Pont #4B5740

Color information

#4B5740 (or 0x4B5740) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 57 and 40. RGB value is (75,87,64). Sum of RGB (Red+Green+Blue) = 75+87+64=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5740 is #B4A8BF. Grayscale: #505050. Windows color (decimal): -11839680 or 4216651. OLE color: 4216651.

HSL color Cylindrical-coordinate representation of color #4B5740: hue angle of 91.3º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5740 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB758764-
CMYK0.1400.260.66
HSL91.3º15.23%29.61%-
HSV(B)91.3º26.44%34.12%-
XYZ7.248.686.15-
YUV80.79118.52123.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=33.19%
G=38.50%
B=28.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587640.1400.260.6691.315.2329.61
Hex4B5740E01A425bf1e
Octal113127100160321021331736
Binary100101110101111000000111001101010000101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,64); }

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

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

 a { background-color: rgb(75,87,64); }

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

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

 span { border-color: rgb(75,87,64); }

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