#4A6554

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

Shades of Feldgrau #4A6554

Tints of Feldgrau #4A6554

Color information

#4A6554 (or 0x4A6554) is unknown color: approx Feldgrau. HEX triplet: 4A, 65 and 54. RGB value is (74,101,84). Sum of RGB (Red+Green+Blue) = 74+101+84=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6554 is #B59AAB. Grayscale: #5B5B5B. Windows color (decimal): -11901612 or 5530954. OLE color: 5530954.

HSL color Cylindrical-coordinate representation of color #4A6554: hue angle of 142.22º 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 #4A6554 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB7410184-
CMYK0.2700.170.60
HSL142.22º15.43%34.31%-
HSV(B)142.22º26.73%39.61%-
XYZ9.0811.410.11-
YUV90.99124.05115.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=28.57%
G=39.00%
B=32.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101840.2700.170.60142.2215.4334.31
Hex4A65541B0113C8ef22
Octal11214512433021742161742
Binary10010101100101101010011011010001111100100011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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