#4A5340

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

Shades of Cabbage Pont #4A5340

Tints of Cabbage Pont #4A5340

Color information

#4A5340 (or 0x4A5340) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 53 and 40. RGB value is (74,83,64). Sum of RGB (Red+Green+Blue) = 74+83+64=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5340 is #B5ACBF. Grayscale: #4E4E4E. Windows color (decimal): -11906240 or 4215626. OLE color: 4215626.

HSL color Cylindrical-coordinate representation of color #4A5340: hue angle of 88.42º 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 #4A5340 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB748364-
CMYK0.1100.230.67
HSL88.42º12.93%28.82%-
HSV(B)88.42º22.89%32.55%-
XYZ6.848.016.04-
YUV78.14120.02125.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=33.48%
G=37.56%
B=28.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483640.1100.230.6788.4212.9328.82
Hex4A5340B0174358d1d
Octal112123100130271031301535
Binary100101010100111000000101101011110000111011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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