#4A5344

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

Shades of Cabbage Pont #4A5344

Tints of Cabbage Pont #4A5344

Color information

#4A5344 (or 0x4A5344) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 53 and 44. RGB value is (74,83,68). Sum of RGB (Red+Green+Blue) = 74+83+68=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5344 is #B5ACBB. Grayscale: #4E4E4E. Windows color (decimal): -11906236 or 4477770. OLE color: 4477770.

HSL color Cylindrical-coordinate representation of color #4A5344: hue angle of 96º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A5344 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB748368-
CMYK0.1100.180.67
HSL96º9.93%29.61%-
HSV(B)96º18.07%32.55%-
XYZ6.968.066.66-
YUV78.6122.02124.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=32.89%
G=36.89%
B=30.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483680.1100.180.67969.9329.61
Hex4A5344B0124360a1e
Octal112123104130221031401236
Binary100101010100111000100101101001010000111100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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