#456B53

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

Shades of Feldgrau #456B53

Tints of Feldgrau #456B53

Color information

#456B53 (or 0x456B53) is unknown color: approx Feldgrau. HEX triplet: 45, 6B and 53. RGB value is (69,107,83). Sum of RGB (Red+Green+Blue) = 69+107+83=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #456B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B53 is #BA94AC. Grayscale: #5C5C5C. Windows color (decimal): -12227757 or 5466949. OLE color: 5466949.

HSL color Cylindrical-coordinate representation of color #456B53: hue angle of 142.11º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456B53 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB6910783-
CMYK0.3600.220.58
HSL142.11º21.59%34.51%-
HSV(B)142.11º35.51%41.96%-
XYZ9.2712.4110.09-
YUV92.9122.41110.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=26.64%
G=41.31%
B=32.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107830.3600.220.58142.1121.5934.51
Hex456B53240163A8e1623
Octal10515312344026722162643
Binary1000101110101110100111001000101101110101000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B53; }

 p { color: rgb(69,107,83); }

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

<style>
 a { background-color: #456B53; }

 a { background-color: rgb(69,107,83); }

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

<style>
 span { border-color: #456B53; }

 span { border-color: rgb(69,107,83); }

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