#456B54

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

Shades of Feldgrau #456B54

Tints of Feldgrau #456B54

Color information

#456B54 (or 0x456B54) is unknown color: approx Feldgrau. HEX triplet: 45, 6B and 54. RGB value is (69,107,84). Sum of RGB (Red+Green+Blue) = 69+107+84=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #456B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B54 is #BA94AB. Grayscale: #5D5D5D. Windows color (decimal): -12227756 or 5532485. OLE color: 5532485.

HSL color Cylindrical-coordinate representation of color #456B54: hue angle of 143.68º 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 #456B54 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB6910784-
CMYK0.3600.210.58
HSL143.68º21.59%34.51%-
HSV(B)143.68º35.51%41.96%-
XYZ9.3112.4210.29-
YUV93.02122.91110.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=26.54%
G=41.15%
B=32.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107840.3600.210.58143.6821.5934.51
Hex456B54240153A901623
Octal10515312444025722202643
Binary1000101110101110101001001000101011110101001000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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