#4A5540

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

Shades of Cabbage Pont #4A5540

Tints of Cabbage Pont #4A5540

Color information

#4A5540 (or 0x4A5540) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 55 and 40. RGB value is (74,85,64). Sum of RGB (Red+Green+Blue) = 74+85+64=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5540 is #B5AABF. Grayscale: #4F4F4F. Windows color (decimal): -11905728 or 4216138. OLE color: 4216138.

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

Color convert

RGB748564-
CMYK0.1300.250.67
HSL91.43º14.09%29.22%-
HSV(B)91.43º24.71%33.33%-
XYZ78.326.09-
YUV79.32119.36124.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=33.18%
G=38.12%
B=28.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485640.1300.250.6791.4314.0929.22
Hex4A5540D019435be1d
Octal112125100150311031331635
Binary100101010101011000000110101100110000111011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,64); }

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

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

 a { background-color: rgb(74,85,64); }

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

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

 span { border-color: rgb(74,85,64); }

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