#456B55

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

Shades of Feldgrau #456B55

Tints of Feldgrau #456B55

Color information

#456B55 (or 0x456B55) is unknown color: approx Feldgrau. HEX triplet: 45, 6B and 55. RGB value is (69,107,85). Sum of RGB (Red+Green+Blue) = 69+107+85=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #456B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B55 is #BA94AA. Grayscale: #5D5D5D. Windows color (decimal): -12227755 or 5598021. OLE color: 5598021.

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

Color convert

RGB6910785-
CMYK0.3600.210.58
HSL145.26º21.59%34.51%-
HSV(B)145.26º35.51%41.96%-
XYZ9.3512.4410.5-
YUV93.13123.41110.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=26.44%
G=41.00%
B=32.57%

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
Decimal69107850.3600.210.58145.2621.5934.51
Hex456B55240153A911623
Octal10515312544025722212643
Binary1000101110101110101011001000101011110101001000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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