#4A5840

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

Shades of Cabbage Pont #4A5840

Tints of Cabbage Pont #4A5840

Color information

#4A5840 (or 0x4A5840) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 58 and 40. RGB value is (74,88,64). Sum of RGB (Red+Green+Blue) = 74+88+64=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5840 is #B5A7BF. Grayscale: #515151. Windows color (decimal): -11904960 or 4216906. OLE color: 4216906.

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

Color convert

RGB748864-
CMYK0.1600.270.65
HSL95º15.79%29.8%-
HSV(B)95º27.27%34.51%-
XYZ7.248.816.17-
YUV81.08118.36122.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.74%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=32.74%
G=38.94%
B=28.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7488640.1600.270.659515.7929.8
Hex4A58401001B415f101e
Octal112130100200331011372036
Binary10010101011000100000010000011011100000110111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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