#4A5441

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

Shades of Cabbage Pont #4A5441

Tints of Cabbage Pont #4A5441

Color information

#4A5441 (or 0x4A5441) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 54 and 41. RGB value is (74,84,65). Sum of RGB (Red+Green+Blue) = 74+84+65=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5441 is #B5ABBE. Grayscale: #4E4E4E. Windows color (decimal): -11905983 or 4281418. OLE color: 4281418.

HSL color Cylindrical-coordinate representation of color #4A5441: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5441 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB748465-
CMYK0.1200.230.67
HSL91.58º12.75%29.22%-
HSV(B)91.58º22.62%32.94%-
XYZ6.958.186.21-
YUV78.84120.19124.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=33.18%
G=37.67%
B=29.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484650.1200.230.6791.5812.7529.22
Hex4A5441C017435cd1d
Octal112124101140271031341535
Binary100101010101001000001110001011110000111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,65); }

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

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

 a { background-color: rgb(74,84,65); }

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

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

 span { border-color: rgb(74,84,65); }

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