#4A6A57

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

Shades of Feldgrau #4A6A57

Tints of Feldgrau #4A6A57

Color information

#4A6A57 (or 0x4A6A57) is unknown color: approx Feldgrau. HEX triplet: 4A, 6A and 57. RGB value is (74,106,87). Sum of RGB (Red+Green+Blue) = 74+106+87=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6A57 is #B595A8. Grayscale: #5E5E5E. Windows color (decimal): -11900329 or 5728842. OLE color: 5728842.

HSL color Cylindrical-coordinate representation of color #4A6A57: hue angle of 144.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6A57 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB7410687-
CMYK0.3000.180.58
HSL144.38º17.78%35.29%-
HSV(B)144.38º30.19%41.57%-
XYZ9.712.4510.91-
YUV94.27123.9113.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=27.72%
G=39.70%
B=32.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106870.3000.180.58144.3817.7835.29
Hex4A6A571E0123A901223
Octal11215212736022722202243
Binary100101011010101010111111100100101110101001000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,87); }

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

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

 a { background-color: rgb(74,106,87); }

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

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

 span { border-color: rgb(74,106,87); }

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