#4A543E

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

Shades of Cabbage Pont #4A543E

Tints of Cabbage Pont #4A543E

Color information

#4A543E (or 0x4A543E) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 54 and 3E. RGB value is (74,84,62). Sum of RGB (Red+Green+Blue) = 74+84+62=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #4A543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A543E is #B5ABC1. Grayscale: #4E4E4E. Windows color (decimal): -11905986 or 4084810. OLE color: 4084810.

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

Color convert

RGB748462-
CMYK0.1200.260.67
HSL87.27º15.07%28.63%-
HSV(B)87.27º26.19%32.94%-
XYZ6.868.145.77-
YUV78.5118.69124.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=33.64%
G=38.18%
B=28.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484620.1200.260.6787.2715.0728.63
Hex4A543EC01A4357f1d
Octal11212476140321031271735
Binary10010101010100111110110001101010000111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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