#455C4B

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

Shades of Feldgrau #455C4B

Tints of Feldgrau #455C4B

Color information

#455C4B (or 0x455C4B) is unknown color: approx Feldgrau. HEX triplet: 45, 5C and 4B. RGB value is (69,92,75). Sum of RGB (Red+Green+Blue) = 69+92+75=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #455C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C4B is #BAA3B4. Grayscale: #535353. Windows color (decimal): -12231605 or 4938821. OLE color: 4938821.

HSL color Cylindrical-coordinate representation of color #455C4B: hue angle of 135.65º 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 #455C4B is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB699275-
CMYK0.2500.180.64
HSL135.65º14.29%31.57%-
HSV(B)135.65º25%36.08%-
XYZ7.559.438.08-
YUV83.18123.38117.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=29.24%
G=38.98%
B=31.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992750.2500.180.64135.6514.2931.57
Hex455C4B190124088e20
Octal105134113310221002101640
Binary100010110111001001011110010100101000000100010001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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