#4B5944

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

Shades of Cabbage Pont #4B5944

Tints of Cabbage Pont #4B5944

Color information

#4B5944 (or 0x4B5944) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 59 and 44. RGB value is (75,89,68). Sum of RGB (Red+Green+Blue) = 75+89+68=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5944 is #B4A6BB. Grayscale: #525252. Windows color (decimal): -11839164 or 4479307. OLE color: 4479307.

HSL color Cylindrical-coordinate representation of color #4B5944: hue angle of 100º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B5944 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB758968-
CMYK0.1600.240.65
HSL100º13.38%30.78%-
HSV(B)100º23.6%34.9%-
XYZ7.529.066.82-
YUV82.42119.86122.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=32.33%
G=38.36%
B=29.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7589680.1600.240.6510013.3830.78
Hex4B5944100184164d1f
Octal113131104200301011441537
Binary1001011101100110001001000001100010000011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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