#45644F

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

Shades of Feldgrau #45644F

Tints of Feldgrau #45644F

Color information

#45644F (or 0x45644F) is unknown color: approx Feldgrau. HEX triplet: 45, 64 and 4F. RGB value is (69,100,79). Sum of RGB (Red+Green+Blue) = 69+100+79=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #45644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45644F is #BA9BB0. Grayscale: #585858. Windows color (decimal): -12229553 or 5203013. OLE color: 5203013.

HSL color Cylindrical-coordinate representation of color #45644F: hue angle of 139.35º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45644F is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB6910079-
CMYK0.3100.210.61
HSL139.35º18.34%33.14%-
HSV(B)139.35º31%39.22%-
XYZ8.4210.949.07-
YUV88.34122.73114.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=27.82%
G=40.32%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69100790.3100.210.61139.3518.3433.14
Hex45644F1F0153D8b1221
Octal10514411737025752132241
Binary100010111001001001111111110101011111011000101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45644F; }

 p { color: rgb(69,100,79); }

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

<style>
 a { background-color: #45644F; }

 a { background-color: rgb(69,100,79); }

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

<style>
 span { border-color: #45644F; }

 span { border-color: rgb(69,100,79); }

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