#455C4C

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

Shades of Feldgrau #455C4C

Tints of Feldgrau #455C4C

Color information

#455C4C (or 0x455C4C) is unknown color: approx Feldgrau. HEX triplet: 45, 5C and 4C. RGB value is (69,92,76). Sum of RGB (Red+Green+Blue) = 69+92+76=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #455C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C4C is #BAA3B3. Grayscale: #535353. Windows color (decimal): -12231604 or 5004357. OLE color: 5004357.

HSL color Cylindrical-coordinate representation of color #455C4C: hue angle of 138.26º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C4C is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB699276-
CMYK0.2500.170.64
HSL138.26º14.29%31.57%-
HSV(B)138.26º25%36.08%-
XYZ7.599.448.26-
YUV83.3123.88117.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=29.11%
G=38.82%
B=32.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992760.2500.170.64138.2614.2931.57
Hex455C4C19011408ae20
Octal105134114310211002121640
Binary100010110111001001100110010100011000000100010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C4C; }

 p { color: rgb(69,92,76); }

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

<style>
 a { background-color: #455C4C; }

 a { background-color: rgb(69,92,76); }

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

<style>
 span { border-color: #455C4C; }

 span { border-color: rgb(69,92,76); }

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