#4A6555

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

Shades of Feldgrau #4A6555

Tints of Feldgrau #4A6555

Color information

#4A6555 (or 0x4A6555) is unknown color: approx Feldgrau. HEX triplet: 4A, 65 and 55. RGB value is (74,101,85). Sum of RGB (Red+Green+Blue) = 74+101+85=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6555 is #B59AAA. Grayscale: #5B5B5B. Windows color (decimal): -11901611 or 5596490. OLE color: 5596490.

HSL color Cylindrical-coordinate representation of color #4A6555: hue angle of 144.44º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6555 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB7410185-
CMYK0.2700.160.60
HSL144.44º15.43%34.31%-
HSV(B)144.44º26.73%39.61%-
XYZ9.1211.4210.32-
YUV91.1124.55115.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=28.46%
G=38.85%
B=32.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101850.2700.160.60144.4415.4334.31
Hex4A65551B0103C90f22
Octal11214512533020742201742
Binary10010101100101101010111011010000111100100100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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